|
enum | {
RowsAtCompileTime = DiagonalVectorType::SizeAtCompileTime,
ColsAtCompileTime = DiagonalVectorType::SizeAtCompileTime,
MaxRowsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime,
MaxColsAtCompileTime = DiagonalVectorType::MaxSizeAtCompileTime,
IsVectorAtCompileTime = 0,
Flags = 0
} |
|
typedef internal::traits< Derived >::DiagonalVectorType | DiagonalVectorType |
|
typedef DiagonalVectorType::Scalar | Scalar |
|
typedef DiagonalVectorType::RealScalar | RealScalar |
|
typedef internal::traits< Derived >::StorageKind | StorageKind |
|
typedef internal::traits< Derived >::Index | Index |
|
typedef Matrix< Scalar, RowsAtCompileTime, ColsAtCompileTime, 0, MaxRowsAtCompileTime, MaxColsAtCompileTime > | DenseMatrixType |
|
typedef DenseMatrixType | DenseType |
|
typedef DiagonalMatrix< Scalar, DiagonalVectorType::SizeAtCompileTime, DiagonalVectorType::MaxSizeAtCompileTime > | PlainObject |
|
typedef internal::traits< Derived >::StorageKind | StorageKind |
|
typedef internal::traits< Derived >::Index | Index |
|
|
const Derived & | derived () const |
|
Derived & | derived () |
|
DenseMatrixType | toDenseMatrix () const |
|
template<typename DenseDerived > |
void | evalTo (MatrixBase< DenseDerived > &other) const |
|
template<typename DenseDerived > |
void | addTo (MatrixBase< DenseDerived > &other) const |
|
template<typename DenseDerived > |
void | subTo (MatrixBase< DenseDerived > &other) const |
|
const DiagonalVectorType & | diagonal () const |
|
DiagonalVectorType & | diagonal () |
|
Index | rows () const |
|
Index | cols () const |
|
template<typename MatrixDerived > |
const DiagonalProduct< MatrixDerived, Derived, OnTheLeft > | operator* (const MatrixBase< MatrixDerived > &matrix) const |
|
const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_inverse_op< Scalar >, const DiagonalVectorType > > | inverse () const |
|
const DiagonalWrapper< const CwiseUnaryOp< internal::scalar_multiple_op< Scalar >, const DiagonalVectorType > > | operator* (const Scalar &scalar) const |
|
Derived & | derived () |
|
const Derived & | derived () const |
|
Derived & | const_cast_derived () const |
|
const Derived & | const_derived () const |
|
Index | rows () const |
|
Index | cols () const |
|
Index | size () const |
|
template<typename Dest > |
void | evalTo (Dest &dst) const |
|
template<typename Dest > |
void | addTo (Dest &dst) const |
|
template<typename Dest > |
void | subTo (Dest &dst) const |
|
template<typename Dest > |
void | applyThisOnTheRight (Dest &dst) const |
|
template<typename Dest > |
void | applyThisOnTheLeft (Dest &dst) const |
|
§ operator*()
template<typename Derived>
template<typename MatrixDerived >
- Returns
- the diagonal matrix product of
*this
by the matrix matrix.
The documentation for this class was generated from the following file: