![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h>
Inheritance diagram for Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >:
Collaboration diagram for Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >:Public Types | |
| enum | { RowsAtCompileTime = internal::traits<SparseSymmetricPermutationProduct>::RowsAtCompileTime , ColsAtCompileTime = internal::traits<SparseSymmetricPermutationProduct>::ColsAtCompileTime } |
| typedef MatrixType::Scalar | Scalar |
| typedef MatrixType::StorageIndex | StorageIndex |
| typedef Matrix< StorageIndex, Dynamic, 1 > | VectorI |
| typedef MatrixType::Nested | MatrixTypeNested |
| typedef internal::remove_all< MatrixTypeNested >::type | NestedExpression |
| typedef Eigen::Index | Index |
| The interface type of indices. | |
| typedef internal::traits< SparseSymmetricPermutationProduct< MatrixType, Mode > >::StorageKind | StorageKind |
Public Member Functions | |
| SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) | |
| Index | rows () const |
| Index | cols () const |
| const NestedExpression & | matrix () const |
| const Perm & | perm () const |
| EIGEN_DEVICE_FUNC SparseSymmetricPermutationProduct< MatrixType, Mode > & | derived () |
| EIGEN_DEVICE_FUNC const SparseSymmetricPermutationProduct< MatrixType, Mode > & | derived () const |
| EIGEN_DEVICE_FUNC SparseSymmetricPermutationProduct< MatrixType, Mode > & | const_cast_derived () const |
| EIGEN_DEVICE_FUNC const SparseSymmetricPermutationProduct< MatrixType, Mode > & | const_derived () const |
| EIGEN_DEVICE_FUNC Index | size () const |
| EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
| EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
Protected Types | |
| typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > | Perm |
Protected Attributes | |
| MatrixTypeNested | m_matrix |
| const Perm & | m_perm |
|
inherited |
The interface type of indices.
To change this, #define the preprocessor symbol EIGEN_DEFAULT_DENSE_INDEX_TYPE.
| typedef MatrixType::Nested Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::MatrixTypeNested |
| typedef internal::remove_all<MatrixTypeNested>::type Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::NestedExpression |
|
protected |
| typedef MatrixType::Scalar Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::Scalar |
| typedef MatrixType::StorageIndex Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::StorageIndex |
|
inherited |
| typedef Matrix<StorageIndex,Dynamic,1> Eigen::SparseSymmetricPermutationProduct< MatrixType, Mode >::VectorI |
| anonymous enum |
| Enumerator | |
|---|---|
| RowsAtCompileTime | |
| ColsAtCompileTime | |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Referenced by Eigen::internal::Assignment< DstXprType, SparseSymmetricPermutationProduct< MatrixType, Mode >, internal::assign_op< Scalar, typename MatrixType::Scalar >, Sparse2Sparse >::run(), and Eigen::internal::Assignment< DstXprType, SparseSymmetricPermutationProduct< MatrixType, Mode >, internal::assign_op< Scalar, typename MatrixType::Scalar >, Sparse2Sparse >::run().
Here is the caller graph for this function:
|
inline |
Referenced by Eigen::internal::Assignment< DstXprType, SparseSymmetricPermutationProduct< MatrixType, Mode >, internal::assign_op< Scalar, typename MatrixType::Scalar >, Sparse2Sparse >::run(), and Eigen::internal::Assignment< DstXprType, SparseSymmetricPermutationProduct< MatrixType, Mode >, internal::assign_op< Scalar, typename MatrixType::Scalar >, Sparse2Sparse >::run().
Here is the caller graph for this function:
|
inline |
|
inlineinherited |
|
inlineinherited |
|
protected |
|
protected |