SlackBuildsOrg/libraries/LDL
2012-08-26 16:06:50 +02:00
..
autotoolize.diff libraries/LDL: Updated for version 2.0.3. 2011-06-19 23:17:05 -05:00
LDL.info libraries/LDL: Fixed dep information 2012-08-26 16:06:50 +02:00
LDL.SlackBuild libraries/LDL: Updated for version 2.0.3. 2011-06-19 23:17:05 -05:00
README libraries/LDL: Fixed dep information 2012-08-26 16:06:50 +02:00
slack-desc libraries/LDL: Updated for version 2.0.3. 2011-06-19 23:17:05 -05:00

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.