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

KeyedMatrix storage class. More...

Protected Attributes

std::mutex _sliceMutex
 Mutex for accessing the slices.
 
Eigen::Matrix< Scalar, Rows, Cols > matrix
 Data storage of the type.
 

Friends

template<typename Scalar_, typename RowKeyType_, typename ColKeyType_, int Rows_, int Cols_>
class KeyedMatrixBase
 
template<typename Scalar_, typename ColKeyType_, int Cols_>
class KeyedRowVectorBase
 
template<typename Scalar_, typename RowKeyType_, int Rows_>
class KeyedVectorBase
 

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: