Medial Code Documentation
|
Expression of a diagonal matrix. More...
#include <DiagonalMatrix.h>
Public Types | |
typedef _DiagonalVectorType | DiagonalVectorType |
typedef DiagonalWrapper | Nested |
![]() | |
enum | |
typedef internal::traits< DiagonalWrapper< _DiagonalVectorType > >::DiagonalVectorType | DiagonalVectorType |
typedef DiagonalVectorType::Scalar | Scalar |
typedef DiagonalVectorType::RealScalar | RealScalar |
typedef internal::traits< DiagonalWrapper< _DiagonalVectorType > >::StorageKind | StorageKind |
typedef internal::traits< DiagonalWrapper< _DiagonalVectorType > >::StorageIndex | StorageIndex |
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime > | DenseMatrixType |
typedef DenseMatrixType | DenseType |
typedef DiagonalMatrix< Scalar, DiagonalVectorType::SizeAtCompileTime, DiagonalVectorType::MaxSizeAtCompileTime > | PlainObject |
typedef DiagonalWrapper< const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const DiagonalVectorType > > | InverseReturnType |
typedef DiagonalWrapper< const CwiseUnaryOp< internal::scalar_multiple_op< Scalar >, const DiagonalVectorType > > | ScalarMultipleReturnType |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. | |
typedef internal::traits< Derived >::StorageKind | StorageKind |
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.
|
inline |