#include <DiagonalMatrix.h>

| Public Types | |
| enum | { RowsAtCompileTime = DiagonalVectorType::SizeAtCompileTime, ColsAtCompileTime = DiagonalVectorType::SizeAtCompileTime, MaxRowsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime, MaxColsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime, IsVectorAtCompileTime = 0, Flags = 0 } | 
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime > | DenseMatrixType | 
| typedef DenseMatrixType | DenseType | 
| typedef internal::traits< Derived >::DiagonalVectorType | DiagonalVectorType | 
| typedef internal::traits< Derived >::Index | Index | 
| typedef DiagonalMatrix< Scalar, DiagonalVectorType::SizeAtCompileTime, DiagonalVectorType::MaxSizeAtCompileTime > | PlainObject | 
| typedef DiagonalVectorType::RealScalar | RealScalar | 
| typedef DiagonalVectorType::Scalar | Scalar | 
| typedef internal::traits< Derived >::StorageKind | StorageKind | 
|  Public Types inherited from Eigen::EigenBase< Derived > | |
| typedef internal::traits< Derived >::Index | Index | 
| typedef internal::traits< Derived >::StorageKind | StorageKind | 
| Public Member Functions | |
| template<typename DenseDerived > | |
| void | addTo (MatrixBase< DenseDerived > &other) const | 
| Index | cols () const | 
| const Derived & | derived () const | 
| Derived & | derived () | 
| const DiagonalVectorType & | diagonal () const | 
| DiagonalVectorType & | diagonal () | 
| template<typename DenseDerived > | |
| void | evalTo (MatrixBase< DenseDerived > &other) const | 
| const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const DiagonalVectorType > > | inverse () const | 
| template<typename MatrixDerived > | |
| const DiagonalProduct< MatrixDerived, Derived, OnTheLeft > | operator* (const MatrixBase< MatrixDerived > &matrix) const | 
| const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_multiple_op< Scalar >, const DiagonalVectorType > > | operator* (const Scalar &scalar) const | 
| Index | rows () const | 
| template<typename DenseDerived > | |
| void | subTo (MatrixBase< DenseDerived > &other) const | 
| DenseMatrixType | toDenseMatrix () const | 
|  Public Member Functions inherited from Eigen::EigenBase< Derived > | |
| template<typename Dest > | |
| void | addTo (Dest &dst) const | 
| template<typename Dest > | |
| void | applyThisOnTheLeft (Dest &dst) const | 
| template<typename Dest > | |
| void | applyThisOnTheRight (Dest &dst) const | 
| Index | cols () const | 
| Derived & | const_cast_derived () const | 
| const Derived & | const_derived () const | 
| Derived & | derived () | 
| const Derived & | derived () const | 
| template<typename Dest > | |
| void | evalTo (Dest &dst) const | 
| Index | rows () const | 
| Index | size () const | 
| template<typename Dest > | |
| void | subTo (Dest &dst) const | 
| Friends | |
| const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_multiple_op< Scalar >, const DiagonalVectorType > > | operator* (const Scalar &scalar, const DiagonalBase &other) | 
Definition at line 18 of file DiagonalMatrix.h.
| typedef Matrix<Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime> Eigen::DiagonalBase< Derived >::DenseMatrixType | 
Definition at line 36 of file DiagonalMatrix.h.
| typedef DenseMatrixType Eigen::DiagonalBase< Derived >::DenseType | 
Definition at line 37 of file DiagonalMatrix.h.
| typedef internal::traits<Derived>::DiagonalVectorType Eigen::DiagonalBase< Derived >::DiagonalVectorType | 
Definition at line 21 of file DiagonalMatrix.h.
| typedef internal::traits<Derived>::Index Eigen::DiagonalBase< Derived >::Index | 
Definition at line 25 of file DiagonalMatrix.h.
| typedef DiagonalMatrix<Scalar,DiagonalVectorType::SizeAtCompileTime,DiagonalVectorType::MaxSizeAtCompileTime> Eigen::DiagonalBase< Derived >::PlainObject | 
Definition at line 38 of file DiagonalMatrix.h.
| typedef DiagonalVectorType::RealScalar Eigen::DiagonalBase< Derived >::RealScalar | 
Definition at line 23 of file DiagonalMatrix.h.
| typedef DiagonalVectorType::Scalar Eigen::DiagonalBase< Derived >::Scalar | 
Definition at line 22 of file DiagonalMatrix.h.
| typedef internal::traits<Derived>::StorageKind Eigen::DiagonalBase< Derived >::StorageKind | 
Definition at line 24 of file DiagonalMatrix.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| IsVectorAtCompileTime | |
| Flags | |
Definition at line 27 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 47 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 57 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 40 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 41 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 53 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 54 of file DiagonalMatrix.h.
| void Eigen::DiagonalBase< Derived >::evalTo | ( | MatrixBase< DenseDerived > & | other | ) | const | 
Definition at line 101 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 69 of file DiagonalMatrix.h.
| 
 | inline | 
*this by the matrix matrix. Definition at line 63 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 75 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 56 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 50 of file DiagonalMatrix.h.
| 
 | inline | 
Definition at line 43 of file DiagonalMatrix.h.
| 
 | friend | 
Definition at line 80 of file DiagonalMatrix.h.