freebsd-ports/math/superlu/pkg-descr
Rainer Hurling 197b4335e7 math/superlu: Fix mastersite and update to 5.2.2
Fix MASTER_SITES, update and rework the port.

Changelog: https://portal.nersc.gov/project/sparse/superlu/changes.html#slu_change

PR:		252271
Reported by:	Guangyuan Yang <ygy@freebsd.org>
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27868
2021-01-01 15:27:54 +00:00

16 lines
1,007 B
Text

SuperLU is a general purpose library for the direct solution of large,
sparse, nonsymmetric systems of linear equations on high performance
machines. The library is written in C and is callable from either C or
Fortran. The library routines will perform an LU decomposition with
partial pivoting and triangular system solves through forward and back
substitution. The LU factorization routines can handle non-square
matrices but the triangular solves are performed only for square
matrices. The matrix columns may be preordered (before factorization)
either through library or user supplied routines. This preordering for
sparsity is completely separate from the factorization. Working
precision iterative refinement subroutines are provided for improved
backward stability. Routines are also provided to equilibrate the
system, estimate the condition number, calculate the relative backward
error, and estimate error bounds for the refined solutions.
WWW: https://portal.nersc.gov/project/sparse/superlu/