diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-08-24 00:04:50 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:11 -0500 |
commit | 718ed6f6831ab1229e75228947b5bd4d45cd6ab6 (patch) | |
tree | d45eb8bceef48e44b77341d47b6ad0714cff6956 /libraries/LDL/README | |
parent | 278cea4b56e6bc3d5cbfa9c0ad61566b6037b785 (diff) | |
download | slackbuilds-718ed6f6831ab1229e75228947b5bd4d45cd6ab6.tar.gz |
libraries/LDL: Added (sparse matrix factorizing routines)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/LDL/README')
-rw-r--r-- | libraries/LDL/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/LDL/README b/libraries/LDL/README new file mode 100644 index 0000000000..9398e9fb8b --- /dev/null +++ b/libraries/LDL/README @@ -0,0 +1,10 @@ +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. + +Requires UFconfig and AMD. |