SlackBuildsOrg/libraries/COLAMD
Kyle Guinn c376c25b96 libraries/COLAMD: Updated for version 2.7.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-06-19 23:17:04 -05:00
..
autotoolize.diff libraries/COLAMD: Updated for version 2.7.3. 2011-06-19 23:17:04 -05:00
COLAMD.info libraries/COLAMD: Updated for version 2.7.3. 2011-06-19 23:17:04 -05:00
COLAMD.SlackBuild libraries/COLAMD: Updated for version 2.7.3. 2011-06-19 23:17:04 -05:00
README libraries/COLAMD: Added (sparse matrix ordering routines) 2010-08-29 15:32:11 -05:00
slack-desc libraries/COLAMD: Added (sparse matrix ordering routines) 2010-08-29 15:32:11 -05:00

The COLAMD column approximate minimum degree ordering algorithm computes
a permutation vector P such that the LU factorization of A (:,P)
tends to be sparser than that of A.  The Cholesky factorization of
(A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.

This package is part of SuiteSparse.

Requires UFconfig.