|
using | vector_type = Eigen::Matrix<_Scalar, _Rows, _Cols, _Options> |
|
using | value_type = _Scalar |
|
typedef Eigen::Matrix< _Scalar, _Rows, _Cols, _Options >::vector_type | vector_type |
| Type of the vector class.
|
|
typedef Eigen::Matrix< _Scalar, _Rows, _Cols, _Options >::value_type | value_type |
| Type of the scalar value.
|
|
|
static size_t | size () |
|
static size_t | size () |
| size/dimension of the vector
|
|
|
static const size_t | size_ = _Rows * _Cols |
|
static const size_t | size_ |
| size/dimension of the vector
|
|
The documentation for this struct was generated from the following file: