Simox  2.3.74.0
Eigen::jsonbase Namespace Reference

Functions

template<typename Derived >
void to_json (simox::json::json &j, const Eigen::MatrixBase< Derived > &matrix)
 Writes the matrix as list of rows. More...
 
template<typename Derived >
void from_json (const simox::json::json &j, Eigen::MatrixBase< Derived > &matrix)
 Reads the matrix from list of rows. More...
 

Function Documentation

◆ from_json()

template<typename Derived >
void Eigen::jsonbase::from_json ( const simox::json::json j,
Eigen::MatrixBase< Derived > &  matrix 
)

Reads the matrix from list of rows.

◆ to_json()

template<typename Derived >
void Eigen::jsonbase::to_json ( simox::json::json j,
const Eigen::MatrixBase< Derived > &  matrix 
)

Writes the matrix as list of rows.