Constrained Approximate Minimum Degree (CAMD) Ordering (sksparse.camd)¶
Added in version 0.5.0.
Python interface to the Constrained Approximate Minimum Degree (CAMD) ordering algorithm.
Interface¶
Exceptions and Warnings¶
Base class for CAMD-related errors. |
|
Raised when the input matrix is invalid for CAMD. |
|
Raised when CAMD runs out of memory. |
References
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.