|
occ
|
Functions | |
| template<typename ScalarType , int Rows, int Cols> | |
| void | to_json (nlohmann::json &j, const Matrix< ScalarType, Rows, Cols > &mat) |
| template<typename ScalarType , int Rows, int Cols> | |
| void | from_json (const nlohmann::json &j, Matrix< ScalarType, Rows, Cols > &dest_mat) |
| void Eigen::from_json | ( | const nlohmann::json & | j, |
| Matrix< ScalarType, Rows, Cols > & | dest_mat | ||
| ) |
| void Eigen::to_json | ( | nlohmann::json & | j, |
| const Matrix< ScalarType, Rows, Cols > & | mat | ||
| ) |