Jump to content

Minimum degree algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Billlion (talk | contribs) at 20:15, 12 July 2005 (some corrections). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In numerical analysis the minimum degree algorithm is an algorithm used to permute the rows and columns of a symmetric sparse matrix before applying the Cholesky decomposition, to reduce the number of non-zeros in the Cholesky factor. This results in reduced storage requirements and means that the Cholesky factor, or sometimes an incomplete choleski factor used as a preconditioner (for example in the preconditioned conjugate gradient algorithm) can be appled with fewer aritmetic operations.

References

Alan George and Joseph Liu. The evolution of the Minimum Degree Ordering Algorithm, SIAM Review, 31:1-19, 1989.