aboutsummaryrefslogtreecommitdiff
path: root/libraries/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 /libraries/LDL/README
parent428355651d90f82044f8eb8b40961a668eec3b19 (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/README11
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.