README 566 B

123456789101112
  1. LDL is a set of concise routines for factorizing symmetric
  2. positive-definite sparse matrices, with some applicability to symmetric
  3. indefinite matrices. Its primary purpose is to illustrate much of the
  4. basic theory of sparse matrix algorithms in as concise a code as possible,
  5. including an elegant new method of sparse symmetric factorization that
  6. computes the factorization row-by-row but stores it column-by-column.
  7. This package is part of SuiteSparse.
  8. AMD is an optional dependency and will be used if found.
  9. It is primarily used for this package's test suite.