Public Member Functions | |
const Scalar | coeff (int index) const |
const Scalar | coeff (int row, int col) 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 index) const |
template<int LoadMode> | |
const PacketScalar | packet (int row, int col) const |
int | rows () const |
int | stride () const |
template<int LoadMode> | |
void | writePacket (int index, const PacketScalar &x) |
template<int LoadMode> | |
void | writePacket (int row, int col, const PacketScalar &x) |
Protected Attributes | |
const ExpressionType | m_expression |
ExpressionType | the type of the object of which we are requiring nesting-by-value |
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 > >.