tket
|
Functions | |
template<typename _Scalar , int _Rows, int _Cols> | |
void | to_json (nlohmann::json &j, const Matrix< _Scalar, _Rows, _Cols > &matrix) |
template<typename _Scalar , int _Rows, int _Cols> | |
void | from_json (const nlohmann::json &j, Matrix< _Scalar, _Rows, _Cols > &matrix) |
void Eigen::from_json | ( | const nlohmann::json & | j, |
Matrix< _Scalar, _Rows, _Cols > & | matrix | ||
) |
Definition at line 56 of file EigenConfig.hpp.
void Eigen::to_json | ( | nlohmann::json & | j, |
const Matrix< _Scalar, _Rows, _Cols > & | matrix | ||
) |
Definition at line 45 of file EigenConfig.hpp.