Expression which must be nested by value.
More...
Inherits type< NestByValue< ExpressionType > >.
List of all members.
Detailed Description
template<typename ExpressionType>
class Eigen::NestByValue< ExpressionType >
Expression which must be nested by value.
- Parameters:
-
| 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.
- See also:
- MatrixBase::nestByValue()
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
| const CoeffReturnType coeff |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const [inline] |
| const CoeffReturnType coeff |
( |
Index |
index | ) |
const [inline] |
| Index cols |
( |
void |
| ) |
const [inline] |
| Index innerStride |
( |
| ) |
const [inline] |
| operator const ExpressionType & |
( |
| ) |
const [inline] |
| Index outerStride |
( |
| ) |
const [inline] |
| const PacketScalar packet |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const [inline] |
| const PacketScalar packet |
( |
Index |
index | ) |
const [inline] |
| Index rows |
( |
void |
| ) |
const [inline] |
| void writePacket |
( |
Index |
row, |
|
|
Index |
col, |
|
|
const PacketScalar & |
x |
|
) |
| [inline] |
| void writePacket |
( |
Index |
index, |
|
|
const PacketScalar & |
x |
|
) |
| [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: