occ
Loading...
Searching...
No Matches
Eigen Namespace Reference

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)
 

Function Documentation

◆ from_json()

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

◆ to_json()

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