Expression which must be nested by value. More...
#include <NestByValue.h>
Public Types | |
typedef internal::dense_xpr_base< NestByValue >::type | Base |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
EIGEN_DEVICE_FUNC | NestByValue (const ExpressionType &matrix) |
const EIGEN_DEVICE_FUNC ExpressionType & | nestedExpression () const |
EIGEN_DEVICE_FUNC | operator const ExpressionType & () const |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
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 38 of file NestByValue.h.
typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue< ExpressionType >::Base |
Definition at line 43 of file NestByValue.h.
|
inlineexplicit |
Definition at line 46 of file NestByValue.h.
|
inline |
Definition at line 49 of file NestByValue.h.
|
inline |
Definition at line 53 of file NestByValue.h.
|
inline |
Definition at line 51 of file NestByValue.h.
|
inline |
Definition at line 48 of file NestByValue.h.
|
protected |
Definition at line 56 of file NestByValue.h.