WPILibC++ 2023.4.3-108-ge5452e3
|
Expression which must be nested by value. More...
Public Types | |
typedef internal::dense_xpr_base< NestByValue >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC | NestByValue (const ExpressionType &matrix) |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC | operator const ExpressionType & () const |
EIGEN_DEVICE_FUNC const ExpressionType & | nestedExpression () const |
Protected Attributes | |
const ExpressionType | m_expression |
Expression which must be nested by value.
ExpressionType | the type of the object of which we are requiring nesting-by-value |
This class is the return type of MatrixBase::nestByValue() and most of the time this is the only way it is used.
typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue< ExpressionType >::Base |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |