Expand description
approximate minimum degree ordering.
Structs§
- Control
- tuning parameters for the amd implementation
- Flop
Count - flop count of the ldlt and lu factorizations if the provided ordering is used
Functions§
- order
- computes the approximate minimum degree ordering for reducing the fill-in during the sparse cholesky factorization of a matrix with the sparsity pattern of $A + A^\top$
- order_
maybe_ unsorted - computes the approximate minimum degree ordering for reducing the fill-in during the sparse cholesky factorization of a matrix with the sparsity pattern of $A + A^\top$
- order_
maybe_ unsorted_ scratch - computes the size and alignment of required workspace for computing the amd ordering of an unsorted matrix
- order_
scratch - computes the size and alignment of required workspace for computing the amd ordering of a sorted matrix