Approximate Minimum Degree (AMD) Ordering (sksparse.amd)¶
Added in version 0.5.0.
Python interface to the Approximate Minimum Degree (AMD) ordering algorithm.
Interface¶
Exceptions and Warnings¶
Base class for AMD-related errors. |
|
Raised when the input matrix is invalid for AMD. |
|
Raised when AMD runs out of memory. |
References
SuiteSparse homepage: https://people.engr.tamu.edu/davis/suitesparse.html
SuiteSparse AMD: https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/dev/AMD
AMD Algorithm Publication: Amestoy, P. R., Davis, T. A., & Duff, I. S. (1996). An approximate minimum degree ordering algorithm. SIAM Journal on Matrix Analysis and Applications, 17(4), 886-905.