README 670 B

12345678910111213141516171819
  1. UMFPACK is a set of routines for solving unsymmetric sparse linear
  2. systems, Ax=b, using the Unsymmetric MultiFrontal method.
  3. This package is part of SuiteSparse.
  4. This requires a BLAS implementation. Choose one of these package
  5. sets:
  6. * OpenBLAS
  7. * atlas
  8. * blas (the Netlib reference implementation)
  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 reference
  12. implementations; other packages that require a BLAS or LAPACK
  13. implementation may not build if they are not configured to detect/use
  14. alternate implementations.