README 567 B

12345678910111213
  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
  4. the basic theory of sparse matrix algorithms in as concise a code
  5. as possible, including an elegant new method of sparse symmetric
  6. factorization that computes the factorization row-by-row but stores it
  7. column-by-column.
  8. This package is part of SuiteSparse.
  9. AMD is an optional dependency and will be used if found. It is
  10. primarily used for this package's test suite.