SlackBuildsOrg/academic/colamd
Kyle Guinn 3116f65b5d academic/colamd: Updated for version 2.9.6.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
2016-12-04 19:28:56 +00:00
..
patches academic/colamd: Updated for version 2.9.6. 2016-12-04 19:28:56 +00:00
colamd.info academic/colamd: Updated for version 2.9.6. 2016-12-04 19:28:56 +00:00
colamd.SlackBuild academic/colamd: Updated for version 2.9.6. 2016-12-04 19:28:56 +00:00
README
slack-desc academic/colamd: Fix slack-desc. 2016-11-14 16:47:23 +07: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.