Expression of a diagonal matrix. More...
#include <DiagonalMatrix.h>
Protected Attributes | |
DiagonalVectorType::Nested | m_diagonal |
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.
Definition at line 293 of file DiagonalMatrix.h.
typedef _DiagonalVectorType Eigen::DiagonalWrapper< _DiagonalVectorType >::DiagonalVectorType |
Definition at line 298 of file DiagonalMatrix.h.
typedef DiagonalWrapper Eigen::DiagonalWrapper< _DiagonalVectorType >::Nested |
Definition at line 299 of file DiagonalMatrix.h.
|
inlineexplicit |
Constructor from expression of diagonal coefficients to wrap.
Definition at line 304 of file DiagonalMatrix.h.
|
inline |
Definition at line 308 of file DiagonalMatrix.h.
|
protected |
Definition at line 311 of file DiagonalMatrix.h.