2010-08-28 20:27:45 +02:00
|
|
|
suitesparse is a collection of libraries for computations involving sparse
|
|
|
|
matrices. The package includes the following libraries:
|
|
|
|
|
2013-01-03 17:53:53 +01:00
|
|
|
AMD: approximate minimum degree ordering.
|
|
|
|
CAMD: constrained approximate minimum degree ordering.
|
|
|
|
COLAMD: column approximate minimum degree ordering.
|
|
|
|
CCOLAMD: constrained column approximate minimum degree ordering.
|
|
|
|
CHOLMOD: sparse Cholesky factorization.
|
|
|
|
CXSparse: CSparse extended: complex matrix, int and long int support.
|
2019-02-14 05:54:31 +01:00
|
|
|
KLU & BTF: sparse LU factorization, primarily for circuit simulation.
|
2013-01-03 17:53:53 +01:00
|
|
|
LDL: a simple LDL^t factorization.
|
2016-11-14 19:09:57 +01:00
|
|
|
SQPR: a multithread, multifrontal, rank-revealing sparse QR
|
|
|
|
factorization method.
|
2013-01-03 17:53:53 +01:00
|
|
|
UMFPACK: sparse LU factorization.
|
|
|
|
RBio: read/write files in Rutherford/Boeing format.
|
2019-02-14 05:54:31 +01:00
|
|
|
GraphBLAS: graph algorithms in the language of linear algebra
|
|
|
|
Mongoose: graph partitioning
|
|
|
|
ssget: MATLAB and Java interface to the SuiteSparse Matrix Collection
|
2013-01-03 17:53:53 +01:00
|
|
|
|
|
|
|
Suitesparse is an optional dependency for the octave package.
|
2010-08-28 20:27:45 +02:00
|
|
|
|
2019-02-14 05:54:31 +01:00
|
|
|
CXSparse is a superset of CSparse, and the two share common header
|
2013-01-03 17:53:53 +01:00
|
|
|
names, so it does not make sense to build both. CXSparse is built
|
|
|
|
by default.
|
2010-08-28 20:27:45 +02:00
|
|
|
|
2019-02-14 05:54:31 +01:00
|
|
|
SlackBuilds.org also has all the parts of this suite as individual
|
2013-01-03 17:53:53 +01:00
|
|
|
builds - DO NOT try and install the individual parts and the suite;
|
|
|
|
pick one or the other.
|