Tim Davis, Prof.
Room E338 CSE Building
P.O. Box 116120 University of Florida
Gainesville, FL 32611-6120
352/392-1481
email: my last name AT cise.ufl.edu
SuiteSparse is a single archive that contains all packages that I
have authored or co-authored that are available at this site. This gives
you a simple way of getting and installing all of my software packages.
Currently, this includes:
METIS 4.0.1: graph
partitioning and sparse matrix ordering. Used by SuiteSparseQR, CHOLMOD,
and KLU, but optional. You can compile these three codes without it, but to do
so requires that you edit the UFconfig.mk configuration file. Place a copy of
the metis-4.0 directory in the SuiteSparse directory, compile metis, and then
type "make" in the SuiteSparse directory to compile all of the SuiteSparse.
BLAS: basic linear algebra
subprograms. This is the standard reference BLAS. You should use optimized
BLAS whenever possible. Used by SuiteSparseQR, CHOLMOD and UMFPACK.