#include <DiagonalMatrix.h>
|
| enum | {
RowsAtCompileTime = DiagonalVectorType::SizeAtCompileTime
, ColsAtCompileTime = DiagonalVectorType::SizeAtCompileTime
, MaxRowsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime
, MaxColsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime
,
IsVectorAtCompileTime = 0
, Flags = NoPreferredStorageOrderBit
} |
| |
| typedef internal::traits< Derived >::DiagonalVectorType | DiagonalVectorType |
| |
| typedef DiagonalVectorType::Scalar | Scalar |
| |
| typedef DiagonalVectorType::RealScalar | RealScalar |
| |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
| |
| typedef internal::traits< Derived >::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 Eigen::Index | Index |
| | The interface type of indices.
|
| |
| typedef internal::traits< Derived >::StorageKind | StorageKind |
| |
◆ DenseMatrixType
template<typename Derived >
◆ DenseType
template<typename Derived >
◆ DiagonalVectorType
template<typename Derived >
◆ InverseReturnType
template<typename Derived >
◆ PlainObject
template<typename Derived >
◆ RealScalar
template<typename Derived >
◆ Scalar
template<typename Derived >
◆ StorageIndex
template<typename Derived >
◆ StorageKind
template<typename Derived >
◆ anonymous enum
template<typename Derived >
| Enumerator |
|---|
| RowsAtCompileTime | |
| ColsAtCompileTime | |
| MaxRowsAtCompileTime | |
| MaxColsAtCompileTime | |
| IsVectorAtCompileTime | |
| Flags | |
◆ cols()
template<typename Derived >
◆ derived() [1/2]
template<typename Derived >
◆ derived() [2/2]
template<typename Derived >
◆ diagonal() [1/2]
template<typename Derived >
◆ diagonal() [2/2]
template<typename Derived >
◆ inverse()
template<typename Derived >
◆ operator*() [1/2]
template<typename Derived >
template<typename MatrixDerived >
◆ operator*() [2/2]
template<typename Derived >
◆ operator+()
template<typename Derived >
template<typename OtherDerived >
◆ operator-()
template<typename Derived >
template<typename OtherDerived >
◆ rows()
template<typename Derived >
◆ toDenseMatrix()
template<typename Derived >
◆ operator*
template<typename Derived >
The documentation for this class was generated from the following file: