List of all members.
Detailed Description
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
class Flagged< ExpressionType, Added, Removed >
Expression with modified flags.
- Parameters:
-
| ExpressionType | the type of the object of which we are modifying the flags |
| Added | the flags added to the expression |
| Removed | the flags removed from the expression (has priority over Added). |
This class represents an expression whose flags have been modified. It is the return type of MatrixBase::flagged() and most of the time this is the only way it is used.
- See also:
- MatrixBase::flagged()
Member Typedef Documentation
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
Constructor & Destructor Documentation
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
Flagged< ExpressionType, Added, Removed >::Flagged |
( |
const ExpressionType & |
matrix |
) |
[inline] |
Member Function Documentation
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
const ExpressionType& Flagged< ExpressionType, Added, Removed >::_expression |
( |
|
) |
const [inline] |
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
const Scalar& Flagged< ExpressionType, Added, Removed >::coeffRef |
( |
Index |
index |
) |
const [inline] |
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
Index Flagged< ExpressionType, Added, Removed >::cols |
( |
void |
|
) |
const [inline] |
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
Index Flagged< ExpressionType, Added, Removed >::innerStride |
( |
|
) |
const [inline] |
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
Index Flagged< ExpressionType, Added, Removed >::outerStride |
( |
|
) |
const [inline] |
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<int LoadMode>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<int LoadMode>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
Index Flagged< ExpressionType, Added, Removed >::rows |
( |
void |
|
) |
const [inline] |
template<typename ExpressionType , unsigned int Added, unsigned int Removed>
template<typename OtherDerived >
ExpressionType::PlainObject Flagged< ExpressionType, Added, Removed >::solveTriangular |
( |
const MatrixBase< OtherDerived > & |
other |
) |
const |
template<typename ExpressionType , unsigned int Added, unsigned int Removed>
template<typename OtherDerived >
void Flagged< ExpressionType, Added, Removed >::solveTriangularInPlace |
( |
const MatrixBase< OtherDerived > & |
other |
) |
const |
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<int LoadMode>
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
template<int LoadMode>
Member Data Documentation
template<typename ExpressionType, unsigned int Added, unsigned int Removed>
The documentation for this class was generated from the following files:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/Flagged.h
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Eigen2Support/TriangularSolver.h