aboutsummaryrefslogtreecommitdiff
path: root/libraries/COLAMD/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/COLAMD/README')
-rw-r--r--libraries/COLAMD/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/COLAMD/README b/libraries/COLAMD/README
deleted file mode 100644
index caa522b0e73f6..0000000000000
--- a/libraries/COLAMD/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.