mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cd8243b497
* Fixed MASTER_SITES * Revised pkg/DESCR PR: 15502 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
13 lines
784 B
Plaintext
13 lines
784 B
Plaintext
UMFPACK Version 2.2 is a package for solving systems of sparse linear systems,
|
|
Ax=b, where A is sparse and can be unsymmetric. It is written in ANSI Fortran
|
|
77. There are options for choosing a good pivot order, factorizing a
|
|
subsequent matrix with the same pivot order and nonzero pattern as a
|
|
previously factorized matrix, and solving systems of linear equations with
|
|
the factors (with A, L, or U; or with their transposes in the single/double
|
|
precision versions). Iterative refinement, with sparse backward error
|
|
estimates, can be performed. Single and double precision, complex, and
|
|
complex double precision (complex*16) routines are available. (Note that
|
|
complex*16 is not ANSI Fortran-77, but is a common extension to it).
|
|
|
|
WWW: http://www.cise.ufl.edu/~davis/umfpack.html
|