0.2.0
|
KeyedMatrix storage class. More...
Protected Attributes | |
Eigen::Matrix< Scalar, Rows, Cols > | matrix |
Data storage of the type. | |
KeyedMatrix storage class.
Scalar | Numeric type, e.g. float, double, int or std::complex<float>. |
Rows | Number of rows, or Dynamic |
Cols | Number of columns, or Dynamic |