|
Simox
2.3.74.0
|
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... | |
| void Eigen::jsonbase::from_json | ( | const simox::json::json & | j, |
| Eigen::MatrixBase< Derived > & | matrix | ||
| ) |
Reads the matrix from list of rows.
| void Eigen::jsonbase::to_json | ( | simox::json::json & | j, |
| const Eigen::MatrixBase< Derived > & | matrix | ||
| ) |
Writes the matrix as list of rows.