Inheritance diagram for Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >:Public Types | |
| enum | { RowsAtCompileTime , ColsAtCompileTime } |
| typedef MatrixType::Nested | MatrixTypeNested |
| typedef internal::remove_all_t< MatrixTypeNested > | NestedExpression |
| typedef MatrixType::Scalar | Scalar |
| typedef MatrixType::StorageIndex | StorageIndex |
| typedef Matrix< StorageIndex, Dynamic, 1 > | VectorI |
Public Types inherited from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, Mode > > | |
| typedef Eigen::Index | Index |
| The interface type of indices. More... | |
| typedef internal::traits< SparseSymmetricPermutationProduct< MatrixType, Mode > >::StorageKind | StorageKind |
Public Member Functions | |
| Index | cols () const |
| const NestedExpression & | matrix () const |
| const Perm & | perm () const |
| Index | rows () const |
| SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) | |
Public Member Functions inherited from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, Mode > > | |
| void | addTo (Dest &dst) const |
| void | applyThisOnTheLeft (Dest &dst) const |
| void | applyThisOnTheRight (Dest &dst) const |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| SparseSymmetricPermutationProduct< MatrixType, Mode > & | const_cast_derived () const |
| const SparseSymmetricPermutationProduct< MatrixType, Mode > & | const_derived () const |
| SparseSymmetricPermutationProduct< MatrixType, Mode > & | derived () |
| const SparseSymmetricPermutationProduct< MatrixType, Mode > & | derived () const |
| void | evalTo (Dest &dst) const |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
| EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
| void | subTo (Dest &dst) const |
Protected Types | |
| typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > | Perm |
Protected Attributes | |
| MatrixTypeNested | m_matrix |
| const Perm & | m_perm |
Definition at line 592 of file SparseSelfAdjointView.h.
| typedef MatrixType::Nested Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::MatrixTypeNested |
Definition at line 606 of file SparseSelfAdjointView.h.
| typedef internal::remove_all_t<MatrixTypeNested> Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::NestedExpression |
Definition at line 607 of file SparseSelfAdjointView.h.
|
protected |
Definition at line 603 of file SparseSelfAdjointView.h.
| typedef MatrixType::Scalar Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::Scalar |
Definition at line 596 of file SparseSelfAdjointView.h.
| typedef MatrixType::StorageIndex Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::StorageIndex |
Definition at line 597 of file SparseSelfAdjointView.h.
| typedef Matrix<StorageIndex,Dynamic,1> Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::VectorI |
Definition at line 605 of file SparseSelfAdjointView.h.
| anonymous enum |
| Enumerator | |
|---|---|
| RowsAtCompileTime | |
| ColsAtCompileTime | |
Definition at line 598 of file SparseSelfAdjointView.h.
|
inline |
Definition at line 609 of file SparseSelfAdjointView.h.
|
inline |
Definition at line 614 of file SparseSelfAdjointView.h.
|
inline |
Definition at line 616 of file SparseSelfAdjointView.h.
|
inline |
Definition at line 617 of file SparseSelfAdjointView.h.
|
inline |
Definition at line 613 of file SparseSelfAdjointView.h.
|
protected |
Definition at line 620 of file SparseSelfAdjointView.h.
|
protected |
Definition at line 621 of file SparseSelfAdjointView.h.