UMFPACK

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
UMFPACK
DeveloperTimothy A. Davis
Initial releaseJanuary 1994
Stable release
6.3.5 / March 6, 2025; 15 months ago (2025-03-06)[1]
Repositorygithub.com/DrTimothyAldenDavis/SuiteSparse
Written inC
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    TypeMathematics, linear Algebra
    LicenseGPL-2.0-or-later
    Websitepeople.engr.tamu.edu/davis/suitesparse.html

    UMFPACK (/ˈʌmfpæk/) is a set of routines for solving unsymmetric sparse linear systems of the form Ax=b, using the Unsymmetric MultiFrontal method (Matrix A is not required to be symmetric). Written in ANSI/ISO C and interfaces with

    It appears as a built-in routine (for lu, backslash, and forward slash) in MATLAB, and includes a MATLAB interface, a C-callable interface, and a Fortran-callable interface. Note that "UMFPACK" is pronounced in two syllables, "Umph Pack". It is not "You Em Ef Pack" [citation needed].

    UMFPACK has installation options to use the many versions of the BLAS, or no BLAS at all. BLAS is what UMFPACK relies on, to get high performance on a wide range of computers.

    Versions 1 and 1.1 were in Fortran 77 (Jan. 1995) and are licensed for non-commercial only. Version 2.2 appears as the Fortran package MA38 in the Harwell Subroutine Library. Versions 3 (March 2001) to 5.1 (May 2007) are licensed under the LGPL license. Versions 5.2 (Nov 2007) to date are licensed under the GPL license, with alternative commercial licenses available as well.

    See also

    [edit | edit source]
    • MUMPS A free implementation of multifrontal method for sparse matrices.

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]
    • Official website
    • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).