0.2.0
Loading...
Searching...
No Matches
NAV::internal::KeyedMatrixStorage< Scalar, Rows, Cols > Class Template Reference

KeyedMatrix storage class. More...

Protected Attributes

Eigen::Matrix< Scalar, Rows, Cols > matrix
 Data storage of the type.
 

Detailed Description

template<typename Scalar, int Rows, int Cols>
class NAV::internal::KeyedMatrixStorage< Scalar, Rows, Cols >

KeyedMatrix storage class.

Template Parameters
ScalarNumeric type, e.g. float, double, int or std::complex<float>.
RowsNumber of rows, or Dynamic
ColsNumber of columns, or Dynamic

The documentation for this class was generated from the following file: