List of all members.
Detailed Description
template<typename _DiagonalVectorType>
class DiagonalWrapper< _DiagonalVectorType >
Expression of a diagonal matrix.
- Parameters:
-
| _DiagonalVectorType | the type of the vector of diagonal coefficients |
This class is an expression of a diagonal matrix, but not storing its own vector of diagonal coefficients, instead wrapping an existing vector expression. It is the return type of MatrixBase::asDiagonal() and most of the time this is the only way that it is used.
- See also:
- class DiagonalMatrix, class DiagonalBase, MatrixBase::asDiagonal()
Member Typedef Documentation
template<typename _DiagonalVectorType>
template<typename _DiagonalVectorType>
Constructor & Destructor Documentation
template<typename _DiagonalVectorType>
Constructor from expression of diagonal coefficients to wrap.
Member Function Documentation
template<typename _DiagonalVectorType>
- Returns:
- a const reference to the wrapped expression of diagonal coefficients.
Member Data Documentation
template<typename _DiagonalVectorType>
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/DiagonalMatrix.h