Expression which must be nested by value.
More...
#include <NestByValue.h>
List of all members.
Detailed Description
template<typename ExpressionType>
class 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
template<typename ExpressionType>
Constructor & Destructor Documentation
template<typename ExpressionType>
Member Function Documentation
template<typename ExpressionType>
const CoeffReturnType NestByValue< ExpressionType >::coeff |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | const [inline] |
template<typename ExpressionType>
const CoeffReturnType NestByValue< ExpressionType >::coeff |
( |
Index |
index |
) |
const [inline] |
template<typename ExpressionType>
Scalar& NestByValue< ExpressionType >::coeffRef |
( |
Index |
index |
) |
[inline] |
template<typename ExpressionType>
Scalar& NestByValue< ExpressionType >::coeffRef |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | [inline] |
template<typename ExpressionType>
Index NestByValue< ExpressionType >::cols |
( |
void |
|
) |
const [inline] |
template<typename ExpressionType>
Index NestByValue< ExpressionType >::innerStride |
( |
|
) |
const [inline] |
template<typename ExpressionType>
NestByValue< ExpressionType >::operator const ExpressionType & |
( |
|
) |
const [inline] |
template<typename ExpressionType>
Index NestByValue< ExpressionType >::outerStride |
( |
|
) |
const [inline] |
template<typename ExpressionType>
template<int LoadMode>
const PacketScalar NestByValue< ExpressionType >::packet |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | const [inline] |
template<typename ExpressionType>
template<int LoadMode>
const PacketScalar NestByValue< ExpressionType >::packet |
( |
Index |
index |
) |
const [inline] |
template<typename ExpressionType>
Index NestByValue< ExpressionType >::rows |
( |
void |
|
) |
const [inline] |
template<typename ExpressionType>
template<int LoadMode>
void NestByValue< ExpressionType >::writePacket |
( |
Index |
row, |
|
|
Index |
col, |
|
|
const PacketScalar & |
x | |
|
) |
| | [inline] |
template<typename ExpressionType>
template<int LoadMode>
void NestByValue< ExpressionType >::writePacket |
( |
Index |
index, |
|
|
const PacketScalar & |
x | |
|
) |
| | [inline] |
Member Data Documentation
template<typename ExpressionType>
The documentation for this class was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/NestByValue.h