|  | 
| typedef internal::traits< DiagonalMatrix >::DiagonalVectorType | DiagonalVectorType | 
|  | 
| typedef const DiagonalMatrix & | Nested | 
|  | 
| typedef _Scalar | Scalar | 
|  | 
| typedef internal::traits< DiagonalMatrix >::StorageIndex | StorageIndex | 
|  | 
| typedef internal::traits< DiagonalMatrix >::StorageKind | StorageKind | 
|  | 
| enum |  | 
|  | 
| typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime > | DenseMatrixType | 
|  | 
| typedef DenseMatrixType | DenseType | 
|  | 
| typedef internal::traits< DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime > >::DiagonalVectorType | DiagonalVectorType | 
|  | 
| typedef DiagonalWrapper< const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const DiagonalVectorType > > | InverseReturnType | 
|  | 
| typedef DiagonalMatrix< Scalar, DiagonalVectorType::SizeAtCompileTime, DiagonalVectorType::MaxSizeAtCompileTime > | PlainObject | 
|  | 
| typedef DiagonalVectorType::RealScalar | RealScalar | 
|  | 
| typedef DiagonalVectorType::Scalar | Scalar | 
|  | 
| typedef internal::traits< DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime > >::StorageIndex | StorageIndex | 
|  | 
| typedef internal::traits< DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime > >::StorageKind | StorageKind | 
|  | 
| typedef Eigen::Index | Index | 
|  | The interface type of indices.  More... 
 | 
|  | 
| typedef internal::traits< Derived >::StorageKind | StorageKind | 
|  | 
|  | 
| EIGEN_DEVICE_FUNC const DiagonalVectorType & | diagonal () const | 
|  | 
| EIGEN_DEVICE_FUNC DiagonalVectorType & | diagonal () | 
|  | 
| EIGEN_DEVICE_FUNC | DiagonalMatrix () | 
|  | 
| EIGEN_DEVICE_FUNC | DiagonalMatrix (Index dim) | 
|  | 
| EIGEN_DEVICE_FUNC | DiagonalMatrix (const Scalar &x, const Scalar &y) | 
|  | 
| EIGEN_DEVICE_FUNC | DiagonalMatrix (const Scalar &x, const Scalar &y, const Scalar &z) | 
|  | 
| template<typename OtherDerived > | 
| EIGEN_DEVICE_FUNC | DiagonalMatrix (const DiagonalBase< OtherDerived > &other) | 
|  | 
|  | DiagonalMatrix (const DiagonalMatrix &other) | 
|  | 
| template<typename OtherDerived > | 
| EIGEN_DEVICE_FUNC | DiagonalMatrix (const MatrixBase< OtherDerived > &other) | 
|  | 
| template<typename OtherDerived > | 
| EIGEN_DEVICE_FUNC DiagonalMatrix & | operator= (const DiagonalBase< OtherDerived > &other) | 
|  | 
| EIGEN_DEVICE_FUNC DiagonalMatrix & | operator= (const DiagonalMatrix &other) | 
|  | 
| EIGEN_DEVICE_FUNC void | resize (Index size) | 
|  | 
| EIGEN_DEVICE_FUNC void | setIdentity () | 
|  | 
| EIGEN_DEVICE_FUNC void | setIdentity (Index size) | 
|  | 
| EIGEN_DEVICE_FUNC void | setZero () | 
|  | 
| EIGEN_DEVICE_FUNC void | setZero (Index size) | 
|  | 
| EIGEN_DEVICE_FUNC Index | cols () const | 
|  | 
| EIGEN_DEVICE_FUNC const DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime > & | derived () const | 
|  | 
| EIGEN_DEVICE_FUNC DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime > & | derived () | 
|  | 
| EIGEN_DEVICE_FUNC const DiagonalVectorType & | diagonal () const | 
|  | 
| EIGEN_DEVICE_FUNC DiagonalVectorType & | diagonal () | 
|  | 
| EIGEN_DEVICE_FUNC const InverseReturnType | inverse () const | 
|  | 
| EIGEN_DEVICE_FUNC const Product< DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >, MatrixDerived, LazyProduct > | operator* (const MatrixBase< MatrixDerived > &matrix) const | 
|  | 
| EIGEN_DEVICE_FUNC const DiagonalWrapper< const EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(DiagonalVectorType, Scalar, product) > | operator* (const Scalar &scalar) const | 
|  | 
| EIGEN_DEVICE_FUNC Index | rows () const | 
|  | 
| EIGEN_DEVICE_FUNC DenseMatrixType | toDenseMatrix () const | 
|  | 
| template<typename Dest > | 
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const | 
|  | 
| template<typename Dest > | 
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const | 
|  | 
| template<typename Dest > | 
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const | 
|  | 
| EIGEN_DEVICE_FUNC Index | cols () const | 
|  | 
| EIGEN_DEVICE_FUNC Derived & | const_cast_derived () const | 
|  | 
| EIGEN_DEVICE_FUNC const Derived & | const_derived () const | 
|  | 
| EIGEN_DEVICE_FUNC Derived & | derived () | 
|  | 
| EIGEN_DEVICE_FUNC const Derived & | derived () const | 
|  | 
| template<typename Dest > | 
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const | 
|  | 
| EIGEN_DEVICE_FUNC Index | rows () const | 
|  | 
| EIGEN_DEVICE_FUNC Index | size () const | 
|  | 
| template<typename Dest > | 
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const | 
|  | 
template<typename _Scalar, int SizeAtCompileTime, int MaxSizeAtCompileTime>
class Eigen::DiagonalMatrix< _Scalar, SizeAtCompileTime, MaxSizeAtCompileTime >
Represents a diagonal matrix with its storage. 
- Parameters
- 
  
    | _Scalar | the type of coefficients |  | SizeAtCompileTime | the dimension of the matrix, or Dynamic |  | MaxSizeAtCompileTime | the dimension of the matrix, or Dynamic. This parameter is optional and defaults to SizeAtCompileTime. Most of the time, you do not need to specify it. |  
 
- See also
- class DiagonalWrapper 
Definition at line 116 of file DiagonalMatrix.h.