summaryrefslogtreecommitdiffstats
path: root/libraries/AMD/README
diff options
context:
space:
mode:
author Kyle Guinn2010-08-24 05:58:38 +0200
committer Erik Hanson2010-08-29 22:32:10 +0200
commit5b7e5746dde0c0a8bf91b885be04509b8e6820b4 (patch)
tree8539448aa1d1d6b954562d7016c745f9905c4c6c /libraries/AMD/README
parent44296cf70d6c95a39e9e4aa261701c6bbc30dad1 (diff)
downloadslackbuilds-5b7e5746dde0c0a8bf91b885be04509b8e6820b4.tar.gz
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/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/AMD/README b/libraries/AMD/README
new file mode 100644
index 0000000000..b41e9df179
--- /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.