Expression which must be nested by value. More...
Inherits internal::dense_xpr_base::type.
Public Types | |
typedef internal::dense_xpr_base< NestByValue >::type | Base |
Public Member Functions | |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
std::enable_if< HasDirectAccess, const Scalar * >::type | data () const |
std::enable_if< HasDirectAccess, Index >::type | innerStride () const |
NestByValue (const ExpressionType &matrix) | |
const ExpressionType & | nestedExpression () const |
operator const ExpressionType & () const | |
std::enable_if< HasDirectAccess, Index >::type | outerStride () const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Static Public Attributes | |
static constexpr bool | HasDirectAccess |
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.
Definition at line 40 of file NestByValue.h.
typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue< ExpressionType >::Base |
Definition at line 45 of file NestByValue.h.
|
inlineexplicit |
Definition at line 50 of file NestByValue.h.
|
inline |
Definition at line 53 of file NestByValue.h.
|
inline |
Definition at line 59 of file NestByValue.h.
|
inline |
Definition at line 63 of file NestByValue.h.
|
inline |
Definition at line 57 of file NestByValue.h.
|
inline |
Definition at line 55 of file NestByValue.h.
|
inline |
Definition at line 67 of file NestByValue.h.
|
inline |
Definition at line 52 of file NestByValue.h.
|
staticconstexpr |
Definition at line 46 of file NestByValue.h.
|
protected |
Definition at line 72 of file NestByValue.h.