|
occ
|
#include <Eigen/Core>#include <fmt/core.h>#include <nlohmann/json.hpp>Namespaces | |
| namespace | Eigen |
Functions | |
| template<typename ScalarType , int Rows, int Cols> | |
| void | Eigen::to_json (nlohmann::json &j, const Matrix< ScalarType, Rows, Cols > &mat) |
| template<typename ScalarType , int Rows, int Cols> | |
| void | Eigen::from_json (const nlohmann::json &j, Matrix< ScalarType, Rows, Cols > &dest_mat) |