ACM Home Page
Please provide us with feedback. Feedback
Algorithm 832: UMFPACK V4.3---an unsymmetric-pattern multifrontal method
Full text PdfPdf (82 KB)
Source ACM Transactions on Mathematical Software (TOMS) archive
Volume 30 ,  Issue 2  (June 2004) table of contents
Pages: 196 - 199  
Year of Publication: 2004
ISSN:0098-3500
Author
Timothy A. Davis  University of Florida, Gainsville, FL
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 27,   Downloads (12 Months): 223,   Citation Count: 15
Additional Information:

appendices and supplements   abstract   references   cited by   index terms   review   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/992200.992206
What is a DOI?

APPENDICES and SUPPLEMENTS
Zip832.zip (753 KB)
Software for "UMFPACK V4.3---an unsymmetric-pattern multifrontal method"


ABSTRACT

An ANSI C code for sparse LU factorization is presented that combines a column pre-ordering strategy with a right-looking unsymmetric-pattern multifrontal numerical factorization. The pre-ordering and symbolic analysis phase computes an upper bound on fill-in, work, and memory usage during the subsequent numerical factorization. User-callable routines are provided for ordering and analyzing a sparse matrix, computing the numerical factorization, solving a system with the LU factors, transposing and permuting a sparse matrix, and converting between sparse matrix representations. The simple user interface shields the user from the details of the complex sparse factorization data structures by returning simple handles to opaque objects. Additional user-callable routines are provided for printing and extracting the contents of these opaque objects. An even simpler way to use the package is through its MATLAB interface. UMFPACK is incorporated as a built-in operator in MATLAB 6.5 as x = A\b when A is sparse and unsymmetric.


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.

1

CITED BY  15


REVIEW

"Lawrence Shampine : Reviewer"

UMFPACK is a package for the direct solution of a system of linear equations Ax = b with a matrix A that is sparse and unsymmetric. It is practical to solve very large systems of equations only when the matrix has a special structure. Commonly, a   more...