mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
61818ce94b
Port changes: * Change to DISTVERSION * Update MASTER_SITES * Change to LICENSE_COMB=dual * Add LIB_DEPENDS * Unbundle metis, made it a dependency * Update do-build and do-install * Update WWW Bump 11 ports. games/naev is marked broken because it depends on the no longer installed library. PR: 210579 Submitted by: yuri Submitted by: pfg Approved by: maintainer timeout (maho@FreeBSD.org, 21 months) Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days)
16 lines
720 B
Plaintext
16 lines
720 B
Plaintext
SuiteSparse is a set of sparse matrices libraries.
|
|
It contains:
|
|
* AMD: symmetric approximate minimum degree
|
|
* BTF: permutation to block triangular form (beta)
|
|
* CCOLAMD: constrained column approximate minimum degree
|
|
* COLAMD: column approximate minimum degree
|
|
* CHOLMOD: sparse supernodal Cholesky factorization and update/downdate
|
|
* KLU: sparse LU factorization, for circuit simulation (beta)
|
|
* LDL: a simple LDL^T factorization
|
|
* UMFPACK: sparse multifrontal LU factorization
|
|
* UFconfig: common configuration for all of the above
|
|
* CSparse: a concise sparse matrix package
|
|
* CXSparse: and extended version of CSparse
|
|
|
|
WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
|