diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-08-23 23:58:38 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:10 -0500 |
commit | 5b7e5746dde0c0a8bf91b885be04509b8e6820b4 (patch) | |
tree | 8539448aa1d1d6b954562d7016c745f9905c4c6c /libraries/AMD/README | |
parent | 44296cf70d6c95a39e9e4aa261701c6bbc30dad1 (diff) |
libraries/AMD: Added (sparse matrix ordering routines)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/AMD/README')
-rw-r--r-- | libraries/AMD/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/AMD/README b/libraries/AMD/README new file mode 100644 index 0000000000000..b41e9df1791be --- /dev/null +++ b/libraries/AMD/README @@ -0,0 +1,8 @@ +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. + +Requires UFconfig. |