#include <SparseSelfAdjointView.h>
Public Types | |
typedef internal::remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
typedef MatrixType::Index | Index |
typedef MatrixType::Nested | MatrixTypeNested |
typedef MatrixType::Scalar | Scalar |
typedef Matrix< Index, Dynamic, 1 > | VectorI |
Public Member Functions | |
Index | cols () const |
template<typename DestScalar , int Options, typename DstIndex > | |
void | evalTo (SparseMatrix< DestScalar, Options, DstIndex > &_dest) const |
template<typename DestType , unsigned int DestUpLo> | |
void | evalTo (SparseSelfAdjointView< DestType, DestUpLo > &dest) const |
Index | rows () const |
SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) | |
Protected Types | |
typedef PermutationMatrix < Dynamic, Dynamic, Index > | Perm |
Protected Attributes | |
MatrixTypeNested | m_matrix |
const Perm & | m_perm |
Definition at line 441 of file SparseSelfAdjointView.h.
typedef internal::remove_all<MatrixTypeNested>::type Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::_MatrixTypeNested |
Definition at line 452 of file SparseSelfAdjointView.h.
typedef MatrixType::Index Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::Index |
Reimplemented from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
Definition at line 446 of file SparseSelfAdjointView.h.
typedef MatrixType::Nested Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::MatrixTypeNested |
Definition at line 451 of file SparseSelfAdjointView.h.
typedef PermutationMatrix<Dynamic,Dynamic,Index> Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::Perm [protected] |
Definition at line 448 of file SparseSelfAdjointView.h.
typedef MatrixType::Scalar Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::Scalar |
Definition at line 445 of file SparseSelfAdjointView.h.
typedef Matrix<Index,Dynamic,1> Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::VectorI |
Definition at line 450 of file SparseSelfAdjointView.h.
Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::SparseSymmetricPermutationProduct | ( | const MatrixType & | mat, |
const Perm & | perm | ||
) | [inline] |
Definition at line 454 of file SparseSelfAdjointView.h.
Index Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
Definition at line 459 of file SparseSelfAdjointView.h.
void Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo | ( | SparseMatrix< DestScalar, Options, DstIndex > & | _dest | ) | const [inline] |
Definition at line 462 of file SparseSelfAdjointView.h.
void Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo | ( | SparseSelfAdjointView< DestType, DestUpLo > & | dest | ) | const [inline] |
Definition at line 467 of file SparseSelfAdjointView.h.
Index Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
Definition at line 458 of file SparseSelfAdjointView.h.
MatrixTypeNested Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix [protected] |
Definition at line 473 of file SparseSelfAdjointView.h.
const Perm& Eigen::SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_perm [protected] |
Definition at line 474 of file SparseSelfAdjointView.h.