slackbuilds_ponce/libraries/COLAMD
dsomero 610e8461bb various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:29:22 -05:00
..
autotoolize.diff
COLAMD.info
COLAMD.SlackBuild
README libraries/COLAMD: Fixed dep information 2012-08-26 08:39:40 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -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.