diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 20:25:48 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:53:23 -0600 |
commit | e9391302d0525ae4127b22f31e560882cbe14d11 (patch) | |
tree | f4560ad3b9e8fefcdc40ed555613f2da528fe5e9 /academic/amd/README | |
parent | a9ed977d47a6693781415821eef7b7e71b6f2266 (diff) | |
download | slackbuilds-e9391302d0525ae4127b22f31e560882cbe14d11.tar.gz |
academic/amd: Renamed and moved from libraries
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/amd/README')
-rw-r--r-- | academic/amd/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/amd/README b/academic/amd/README new file mode 100644 index 0000000000..07e4dcafc0 --- /dev/null +++ b/academic/amd/README @@ -0,0 +1,6 @@ +AMD is a set of routines for ordering a sparse matrix prior to Cholesky +factorization (or for LU factorization with diagonal pivoting). There are +versions in both C and Fortran. Note that this software has nothing to do +with AMD the company. This package runs on any platform. + +This package is part of SuiteSparse. |