tket
Loading...
Searching...
No Matches
Functions
Eigen Namespace Reference

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)
 

Function Documentation

◆ from_json()

template<typename _Scalar , int _Rows, int _Cols>
void Eigen::from_json ( const nlohmann::json &  j,
Matrix< _Scalar, _Rows, _Cols > &  matrix 
)

Definition at line 56 of file EigenConfig.hpp.

◆ to_json()

template<typename _Scalar , int _Rows, int _Cols>
void Eigen::to_json ( nlohmann::json &  j,
const Matrix< _Scalar, _Rows, _Cols > &  matrix 
)

Definition at line 45 of file EigenConfig.hpp.