README 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. suitesparse is a collection of libraries for computations involving
  2. sparse matrices. The package includes the following libraries:
  3. AMD: approximate minimum degree ordering.
  4. CAMD: constrained approximate minimum degree ordering.
  5. COLAMD: column approximate minimum degree ordering.
  6. CCOLAMD: constrained column approximate minimum degree ordering.
  7. CHOLMOD: sparse Cholesky factorization.
  8. CXSparse: CSparse extended: complex matrix, int and long int support.
  9. KLU & BTF: sparse LU factorization, primarily for circuit simulation.
  10. LDL: a simple LDL^t factorization.
  11. SQPR: a multithread, multifrontal, rank-revealing sparse QR
  12. factorization method.
  13. UMFPACK: sparse LU factorization.
  14. RBio: read/write files in Rutherford/Boeing format.
  15. GraphBLAS: graph algorithms in the language of linear algebra
  16. Mongoose: graph partitioning
  17. ssget: MATLAB and Java interface to the SuiteSparse Matrix Collection
  18. Suitesparse is an optional dependency for the octave package.
  19. CXSparse is a superset of CSparse, and the two share common header
  20. names, so it does not make sense to build both. CXSparse is built
  21. by default.
  22. SlackBuilds.org also has all the parts of this suite as individual
  23. builds - DO NOT try and install the individual parts and the suite;
  24. pick one or the other.
  25. For Slackware 14.2, suitesparse's version is being held at 5.7.2.
  26. Later versions (5.8.n) are not compatible with 14.2 supplied version
  27. of mpfr (3.1.4).