SlackBuildsOrg/academic/colamd
Kyle Guinn 928fce8faa academic/colamd: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2014-01-31 00:53:33 -06:00
..
autotoolize.diff academic/colamd: Renamed and moved from libraries. 2014-01-31 00:53:33 -06:00
colamd.info academic/colamd: Renamed and moved from libraries. 2014-01-31 00:53:33 -06:00
colamd.SlackBuild academic/colamd: Renamed and moved from libraries. 2014-01-31 00:53:33 -06:00
README academic/colamd: Renamed and moved from libraries. 2014-01-31 00:53:33 -06:00
slack-desc academic/colamd: Renamed and moved from libraries. 2014-01-31 00:53:33 -06: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.