#include <XprHelper.h>
|
| enum | { diag_size = EIGEN_SIZE_MIN_PREFER_DYNAMIC(ExpressionType::RowsAtCompileTime, ExpressionType::ColsAtCompileTime)
, max_diag_size = EIGEN_SIZE_MIN_PREFER_FIXED(ExpressionType::MaxRowsAtCompileTime, ExpressionType::MaxColsAtCompileTime)
} |
| |
| typedef Matrix< Scalar, diag_size, 1, ExpressionType::PlainObject::Options &~RowMajor, max_diag_size, 1 > | MatrixDiagType |
| |
| typedef Array< Scalar, diag_size, 1, ExpressionType::PlainObject::Options &~RowMajor, max_diag_size, 1 > | ArrayDiagType |
| |
| typedef conditional< is_same< typenametraits< ExpressionType >::XprKind, MatrixXpr >::value, MatrixDiagType, ArrayDiagType >::type | type |
| |
◆ ArrayDiagType
◆ MatrixDiagType
◆ type
◆ anonymous enum
| Enumerator |
|---|
| diag_size | |
| max_diag_size | |
The documentation for this struct was generated from the following file:
- core/util/algorithms/eigen-3.4.0/Eigen/src/Core/util/XprHelper.h