diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 20:30:43 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:53:28 -0600 |
commit | 6f66dde845afc17a6678f9f73ef61f6a5744202e (patch) | |
tree | adfb1fcc67984795067186cd39bcc61c2dafa6a9 /academic/camd/README | |
parent | 2609c5958604038f62b8cedbb2133ee23c888f2c (diff) |
academic/camd: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/camd/README')
-rw-r--r-- | academic/camd/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/camd/README b/academic/camd/README new file mode 100644 index 0000000000000..40b8fefbaef1a --- /dev/null +++ b/academic/camd/README @@ -0,0 +1,4 @@ +CAMD is a set of routines for ordering a sparse matrix prior to Cholesky +factorization (or for LU factorization with diagonal pivoting). + +This package is part of SuiteSparse. |