6 #ifndef MYRAMATH_MULTIFRONTAL_SYMBOLIC_AMD_H 7 #define MYRAMATH_MULTIFRONTAL_SYMBOLIC_AMD_H 14 #include <myramath/MYRAMATH_EXPORT.h> 27 MYRAMATH_EXPORT Permutation
amd(
const PatternRange& A);
28 MYRAMATH_EXPORT Permutation
amd(
const CGraphRange& A);
29 MYRAMATH_EXPORT
void amd_inplace(
const GraphRange& A);
Permutation amd(const PatternRange &A)
Reorders A for reduced fill-in using approximate minimum degree.