#include <SparseSelfAdjointView.h>
Public Types | |
typedef MatrixType::Scalar | Scalar |
typedef MatrixType::Index | Index |
typedef Matrix< Index, Dynamic, 1 > | VectorI |
typedef MatrixType::Nested | MatrixTypeNested |
typedef internal::remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
Public Member Functions | |
SparseSymmetricPermutationProduct (const MatrixType &mat, const Perm &perm) | |
Index | rows () const |
Index | cols () const |
template<typename DestScalar > | |
void | evalTo (SparseMatrix< DestScalar > &_dest) const |
template<typename DestType , unsigned int DestUpLo> | |
void | evalTo (SparseSelfAdjointView< DestType, DestUpLo > &dest) const |
Protected Attributes | |
const MatrixTypeNested | m_matrix |
const Perm & | m_perm |
typedef internal::remove_all<MatrixTypeNested>::type SparseSymmetricPermutationProduct< MatrixType, UpLo >::_MatrixTypeNested |
typedef MatrixType::Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::Index |
Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
typedef MatrixType::Nested SparseSymmetricPermutationProduct< MatrixType, UpLo >::MatrixTypeNested |
typedef MatrixType::Scalar SparseSymmetricPermutationProduct< MatrixType, UpLo >::Scalar |
typedef Matrix<Index,Dynamic,1> SparseSymmetricPermutationProduct< MatrixType, UpLo >::VectorI |
SparseSymmetricPermutationProduct< MatrixType, UpLo >::SparseSymmetricPermutationProduct | ( | const MatrixType & | mat, | |
const Perm & | perm | |||
) | [inline] |
Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::cols | ( | void | ) | const [inline] |
Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
void SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo | ( | SparseSelfAdjointView< DestType, DestUpLo > & | dest | ) | const [inline] |
void SparseSymmetricPermutationProduct< MatrixType, UpLo >::evalTo | ( | SparseMatrix< DestScalar > & | _dest | ) | const [inline] |
Index SparseSymmetricPermutationProduct< MatrixType, UpLo >::rows | ( | void | ) | const [inline] |
Reimplemented from EigenBase< SparseSymmetricPermutationProduct< MatrixType, UpLo > >.
const MatrixTypeNested SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_matrix [protected] |
const Perm& SparseSymmetricPermutationProduct< MatrixType, UpLo >::m_perm [protected] |