1SuiteSparse is a set of sparse matrices libraries.
2
3It contains:
4    * AMD: symmetric approximate minimum degree
5    * BTF: permutation to block triangular form (beta)
6    * CAMD: constrained approximate minimum degree ordering
7    * CCOLAMD: constrained column approximate minimum degree
8    * CHOLMOD: sparse supernodal Cholesky factorization and update/downdate
9    * COLAMD: column approximate minimum degree
10    * CSparse: a concise sparse matrix package
11    * CXSparse: and extended version of CSparse
12    * GraphBLAS: graph algorithms in the language of linear algebra
13    * KLU: sparse LU factorization, for circuit simulation (beta)
14    * LDL: a simple LDL^T factorization
15    * Mongoose: graph partitioning
16    * RBio: read/write sparse matrices
17    * SLIP_LU : Sparse Left-looking Integer-Preserving LU Factorization
18    * SPQR: sparse QR factorization
19    * UMFPACK: sparse multifrontal LU factorization
20    * SuiteSparse_config: common configuration for all of the above
21