|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
APPENDICES and SUPPLEMENTS
ABSTRACT
The LDL software package is a set of short, concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of sparse matrix algorithms in as concise a code as possible, including an elegant method of sparse symmetric factorization that computes the factorization row-by-row but stores it column-by-column. The entire symbolic and numeric factorization consists of less than 50 executable lines of code. The package is written in C, and includes a MATLAB interface. REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
INDEX TERMS
Primary Classification:
Additional Classification:
Keywords:
REVIEW
"Peter C. Patton : Reviewer"
Algorithm 849 is an LDL package to perform the Cholesky factorization, LDL-transpose, on a sparse matrix A. The lower triangular factor L is computed row-by-row, unlike conventional column-by-column methods. The algorithm does not perform as well
more...
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||