Path Tracer
|
#include <Ordering.h>
Public Types | |
typedef PermutationMatrix< Dynamic, Dynamic, StorageIndex > | PermutationType |
typedef Matrix< StorageIndex, Dynamic, 1 > | IndexVector |
Public Member Functions | |
template<typename MatrixType > | |
void | operator() (const MatrixType &mat, PermutationType &perm) |
StorageIndex | The type of indices of the matrix |
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