Public Types | |
typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > | PermutationType |
Public Member Functions | |
template<typename MatrixType > | |
void | get_symmetrized_graph (const MatrixType &A) |
template<typename MatrixType > | |
void | operator() (const MatrixType &A, PermutationType &matperm) |
Protected Attributes | |
IndexVector | m_indexPtr |
IndexVector | m_innerIndices |
Get the fill-reducing ordering from the METIS package
If A is the original matrix and Ap is the permuted matrix, the fill-reducing permutation is defined as follows : Row (column) i of A is the matperm(i) row (column) of Ap. WARNING: As computed by METIS, this corresponds to the vector iperm (instead of perm)
Definition at line 24 of file MetisSupport.h.
typedef Matrix<StorageIndex,Dynamic,1> Eigen::MetisOrdering< StorageIndex >::IndexVector |
Definition at line 28 of file MetisSupport.h.
typedef PermutationMatrix<Dynamic,Dynamic,StorageIndex> Eigen::MetisOrdering< StorageIndex >::PermutationType |
Definition at line 27 of file MetisSupport.h.
|
inline |
Definition at line 31 of file MetisSupport.h.
|
inline |
Definition at line 105 of file MetisSupport.h.
|
protected |
Definition at line 134 of file MetisSupport.h.
|
protected |
Definition at line 135 of file MetisSupport.h.