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.
Public Types | |
| typedef internal::dense_xpr_base < NestByValue >::type | Base |
Public Member Functions | |
| NestByValue (const ExpressionType &matrix) | |
| Index | rows () const |
| Index | cols () const |
| Index | outerStride () const |
| Index | innerStride () const |
| const CoeffReturnType | coeff (Index row, Index col) const |
| Scalar & | coeffRef (Index row, Index col) |
| const CoeffReturnType | coeff (Index index) const |
| Scalar & | coeffRef (Index index) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index row, Index col) const |
| template<int LoadMode> | |
| void | writePacket (Index row, Index col, const PacketScalar &x) |
| template<int LoadMode> | |
| const PacketScalar | packet (Index index) const |
| template<int LoadMode> | |
| void | writePacket (Index index, const PacketScalar &x) |
| operator const ExpressionType & () const | |
Protected Attributes | |
| const ExpressionType | m_expression |
| typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue::Base |
| Eigen::NestByValue::NestByValue | ( | const ExpressionType & | matrix | ) | [inline] |
| const CoeffReturnType Eigen::NestByValue::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const CoeffReturnType Eigen::NestByValue::coeff | ( | Index | index | ) | const [inline] |
| Scalar& Eigen::NestByValue::coeffRef | ( | Index | row, |
| Index | col | ||
| ) | [inline] |
| Eigen::NestByValue::operator const ExpressionType & | ( | ) | const [inline] |
| const PacketScalar Eigen::NestByValue::packet | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const PacketScalar Eigen::NestByValue::packet | ( | Index | index | ) | const [inline] |
| void Eigen::NestByValue::writePacket | ( | Index | row, |
| Index | col, | ||
| const PacketScalar & | x | ||
| ) | [inline] |
| void Eigen::NestByValue::writePacket | ( | Index | index, |
| const PacketScalar & | x | ||
| ) | [inline] |
const ExpressionType Eigen::NestByValue::m_expression [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |