Expression which must be nested by value. More...
#include <NestByValue.h>

Public Types | |
| typedef internal::dense_xpr_base< NestByValue >::type | Base |
Public Member Functions | |
| const CoeffReturnType | coeff (Index row, Index col) const |
| const CoeffReturnType | coeff (Index index) const |
| Scalar & | coeffRef (Index row, Index col) |
| Scalar & | coeffRef (Index index) |
| Index | cols () const |
| Index | innerStride () const |
| NestByValue (const ExpressionType &matrix) | |
| operator const ExpressionType & () const | |
| Index | outerStride () const |
| template<int LoadMode> | |
| const PacketScalar | packet (Index row, Index col) const |
| template<int LoadMode> | |
| const PacketScalar | packet (Index index) const |
| Index | rows () const |
| template<int LoadMode> | |
| void | writePacket (Index row, Index col, const PacketScalar &x) |
| template<int LoadMode> | |
| void | writePacket (Index index, const PacketScalar &x) |
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 35 of file NestByValue.h.
| typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue< ExpressionType >::Base |
Definition at line 40 of file NestByValue.h.
|
inline |
Definition at line 43 of file NestByValue.h.
|
inline |
Definition at line 50 of file NestByValue.h.
|
inline |
Definition at line 60 of file NestByValue.h.
|
inline |
Definition at line 55 of file NestByValue.h.
|
inline |
Definition at line 65 of file NestByValue.h.
|
inline |
Definition at line 46 of file NestByValue.h.
|
inline |
Definition at line 48 of file NestByValue.h.
|
inline |
Definition at line 94 of file NestByValue.h.
|
inline |
Definition at line 47 of file NestByValue.h.
|
inline |
Definition at line 71 of file NestByValue.h.
|
inline |
Definition at line 83 of file NestByValue.h.
|
inline |
Definition at line 45 of file NestByValue.h.
|
inline |
Definition at line 77 of file NestByValue.h.
|
inline |
Definition at line 89 of file NestByValue.h.
|
protected |
Definition at line 97 of file NestByValue.h.