slackbuilds/academic/colamd
B. Watson 15677fa33c
academic/colamd: Fix slack-desc.
2016-11-14 16:47:23 +07:00
..
README academic/colamd: Renamed and moved from libraries. 2014-01-31 00:53:33 -06:00
autotoolize.diff academic/colamd: Updated for version 2.9.1. 2015-06-14 07:55:33 +07:00
colamd.SlackBuild academic/colamd: BUILD bump for SuiteSparse 4.4.6. 2016-01-09 07:12:48 +07:00
colamd.info academic/colamd: BUILD bump for SuiteSparse 4.4.6. 2016-01-09 07:12:48 +07:00
slack-desc academic/colamd: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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.