Expression of a diagonal matrix.
| _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.

Public Member Functions | |
| DiagonalWrapper (const DiagonalVectorType &diagonal) | |
| Constructor from expression of diagonal coefficients to wrap. | |
| const DiagonalVectorType & | diagonal () const |
Protected Attributes | |
| const DiagonalVectorType::Nested | m_diagonal |
| Eigen::DiagonalWrapper::DiagonalWrapper | ( | const DiagonalVectorType & | diagonal | ) | [inline] |
| const DiagonalVectorType& Eigen::DiagonalWrapper::diagonal | ( | ) | const [inline] |
const DiagonalVectorType::Nested Eigen::DiagonalWrapper::m_diagonal [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |