aboutsummaryrefslogtreecommitdiff
path: root/academic/ldl/README
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2014-01-24 21:09:24 -0600
committerRobby Workman <rworkman@slackbuilds.org>2014-01-31 00:54:03 -0600
commit3ae8fba936fb6d319d7270902c9933a581a1bad7 (patch)
treeb691cd82877102dc4b8e630d8e59c50766656f5b /academic/ldl/README
parent428355651d90f82044f8eb8b40961a668eec3b19 (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/README11
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.