mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
928fce8faa
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
312 B
Text
6 lines
312 B
Text
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.
|