Expression which must be nested by value. More...
Public Member Functions | |
| const Scalar | coeff (int row, int col) const |
| const Scalar | coeff (int index) const |
| Scalar & | coeffRef (int index) |
| Scalar & | coeffRef (int row, int col) |
| int | cols () const |
| NestByValue (const ExpressionType &matrix) | |
| template<int LoadMode> | |
| const PacketScalar | packet (int row, int col) const |
| template<int LoadMode> | |
| const PacketScalar | packet (int index) const |
| int | rows () const |
| int | stride () const |
| template<int LoadMode> | |
| void | writePacket (int row, int col, const PacketScalar &x) |
| template<int LoadMode> | |
| void | writePacket (int 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.
| int cols | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< NestByValue< ExpressionType > >.
| int rows | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< NestByValue< ExpressionType > >.
| int stride | ( | void | ) | const [inline] |
Reimplemented from MatrixBase< NestByValue< ExpressionType > >.
1.7.1