![]() |
0.4.1
|
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 |
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 |
Definition at line 50 of file KeyedMatrix.hpp.
|
friend |
Definition at line 58 of file KeyedMatrix.hpp.
|
friend |
Definition at line 62 of file KeyedMatrix.hpp.
|
friend |
Definition at line 60 of file KeyedMatrix.hpp.
|
mutableprotected |
Mutex for accessing the slices.
Definition at line 54 of file KeyedMatrix.hpp.
|
protected |
Data storage of the type.
Definition at line 53 of file KeyedMatrix.hpp.