MyraMath
Functions
mmd.h File Reference

Minimum degree algorithms, for computing fill-minimizing permutations. More...

#include <myramath/utility/detail/LIBPUBLIC.h>
#include <vector>
Include dependency graph for mmd.h:

Go to the source code of this file.

Functions

Permutation myra::mmd (const PatternRange &A)
 Reorders A for reduced fill-in using multiple minimum degree.
 
Permutation myra::mmd (const CGraphRange &A)
 
void myra::mmd_inplace (const GraphRange &A)
 

Detailed Description

Minimum degree algorithms, for computing fill-minimizing permutations.