|
using | AngleAxisld |
| Long double Eigen::AngleAxis.
|
|
using | Array3ld |
| Long double 3x1 Eigen::Array.
|
|
using | Array5d |
| Double 5x1 Eigen::Array.
|
|
using | Array6d |
| Double 6x1 Eigen::Array.
|
|
using | Matrix3ld |
| Long double 3x3 Eigen::Matrix.
|
|
using | Matrix4ld |
| Long double 4x4 Eigen::Matrix.
|
|
using | Matrix5d |
| Double 5x5 Eigen::Matrix.
|
|
using | Matrix6d |
| Double 6x6 Eigen::Matrix.
|
|
using | Matrix7d |
| Double 7x7 Eigen::Matrix.
|
|
using | Matrix8d |
| Double 8x8 Eigen::Matrix.
|
|
using | Matrix9d |
| Double 9x9 Eigen::Matrix.
|
|
using | Quaternionld |
| Long double Eigen::Quaternion.
|
|
using | Vector3ld |
| Long double 3x1 Eigen::Vector.
|
|
using | Vector4ld |
| Long double 3x1 Eigen::Vector.
|
|
using | Vector5d |
| Double 5x1 Eigen::Vector.
|
|
using | Vector6d |
| Double 6x1 Eigen::Vector.
|
|
using | Vector7d |
| Double 7x1 Eigen::Vector.
|
|
using | Vector8d |
| Double 8x1 Eigen::Vector.
|
|
using | Vector9d |
| Double 9x1 Eigen::Vector.
|
|
|
template<typename _Scalar, int _Rows, int _Cols> |
void | from_json (const json &j, Matrix< _Scalar, _Rows, _Cols > &matrix) |
| Converts the provided json object into a matrix.
|
|
template<typename _Scalar> |
void | from_json (const json &j, Quaternion< _Scalar > &quat) |
| Converts the provided json object into a quaternion.
|
|
template<typename _Scalar, int _Rows, int _Cols> |
void | to_json (json &j, const Matrix< _Scalar, _Rows, _Cols > &matrix) |
| Converts the provided matrix into a json object.
|
|
template<typename _Scalar> |
void | to_json (json &j, const Quaternion< _Scalar > &quat) |
| Converts the provided quaternion into a json object.
|
|