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 /libraries/LDL/README | |
parent | 428355651d90f82044f8eb8b40961a668eec3b19 (diff) |
academic/ldl: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/LDL/README')
-rw-r--r-- | libraries/LDL/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/LDL/README b/libraries/LDL/README deleted file mode 100644 index b3628fc188d4f..0000000000000 --- a/libraries/LDL/README +++ /dev/null @@ -1,11 +0,0 @@ -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. |