diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-08-24 00:01:12 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:10 -0500 |
commit | 1eaac72b9e22cd1e641546238ee4e8bcdf001004 (patch) | |
tree | 026366f84ce50896f8a80a3bdccf9d09a388e997 /libraries/CCOLAMD/README | |
parent | d0b90b7f56bc9907fe9f5ff0b844699c7cb274c2 (diff) | |
download | slackbuilds-1eaac72b9e22cd1e641546238ee4e8bcdf001004.tar.gz |
libraries/CCOLAMD: Added (sparse matrix ordering routines)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/CCOLAMD/README')
-rw-r--r-- | libraries/CCOLAMD/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/CCOLAMD/README b/libraries/CCOLAMD/README new file mode 100644 index 0000000000..7a4916ec66 --- /dev/null +++ b/libraries/CCOLAMD/README @@ -0,0 +1,6 @@ +CCOLAMD computes a column approximate minimum degree ordering algorithm +(like COLAMD), but it can also be given a set of ordering constraints. + +This package is part of SuiteSparse. + +Requires UFconfig. |