README 814 B

12345678910111213141516171819
  1. CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization
  2. and update/downdate.
  3. This package is part of SuiteSparse.
  4. This requires a BLAS/LAPACK implementation. Choose one of these
  5. package sets:
  6. * OpenBLAS (includes both a BLAS and a LAPACK implementation)
  7. * atlas (includes both a BLAS and a LAPACK implementation)
  8. * blas, lapack (the Netlib reference implementations)
  9. If more than one set is installed (assuming there are no packaging
  10. conflicts) then the auto-detection will use the first implementation
  11. from this list that it finds. If in doubt, choose the Netlib
  12. reference implementations; other packages that require a BLAS or
  13. LAPACK implementation may not build if they are not configured to
  14. detect/use alternate implementations.
  15. metis is an optional dependency and will be used if found.