OSVR-Core
|
Functor computing the column approximate minimum degree ordering The matrix should be in column-major and compressed format (see SparseMatrix::makeCompressed()). More...
#include <Ordering.h>
Public Types | |
typedef PermutationMatrix< Dynamic, Dynamic, Index > | PermutationType |
typedef Matrix< Index, Dynamic, 1 > | IndexVector |
Public Member Functions | |
template<typename MatrixType > | |
void | operator() (const MatrixType &mat, PermutationType &perm) |
Compute the permutation vector perm form the sparse matrix mat. More... | |
Functor computing the column approximate minimum degree ordering The matrix should be in column-major and compressed format (see SparseMatrix::makeCompressed()).
|
inline |
Compute the permutation vector perm form the sparse matrix mat.