freebsd-ports/math/umfpack/pkg-descr
Steve Price cd8243b497 * Update to version 2.2.1.
* Fixed MASTER_SITES
* Revised pkg/DESCR

PR:		15502
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 19:32:04 +00:00

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