diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 21:09:24 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:54:03 -0600 |
commit | 3ae8fba936fb6d319d7270902c9933a581a1bad7 (patch) | |
tree | b691cd82877102dc4b8e630d8e59c50766656f5b /academic/ldl/README | |
parent | 428355651d90f82044f8eb8b40961a668eec3b19 (diff) |
academic/ldl: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/ldl/README')
-rw-r--r-- | academic/ldl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/academic/ldl/README b/academic/ldl/README new file mode 100644 index 0000000000000..b3628fc188d4f --- /dev/null +++ b/academic/ldl/README @@ -0,0 +1,11 @@ +LDL is a set of concise routines for factorizing symmetric +positive-definite sparse matrices, with some applicability to symmetric +indefinite matrices. Its primary purpose is to illustrate much of the +basic theory of sparse matrix algorithms in as concise a code as possible, +including an elegant new method of sparse symmetric factorization that +computes the factorization row-by-row but stores it column-by-column. + +This package is part of SuiteSparse. + +AMD is an optional dependency and will be used if found. +It is primarily used for this package's test suite. |