amd_order {SparseChol} | R Documentation |
AMD ordering
amd_order(mat)
mat |
A matrix |
Generates the approximate minimum degree ordering of the matrix for use in efficient Cholesky decomposition of PAP^T.
A list with the permutation vector and it's inverse.