aboutsummaryrefslogtreecommitdiff
path: root/src/sparse-matrix
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-05 17:49:22 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-05 17:49:22 +0000
commitd5ae687756eb9206e392096abbaa0ae10fac85e9 (patch)
tree6ca0e1e3a7ef95f3cf2f4ef6cd31a88f3e6cc3d7 /src/sparse-matrix
parentbb952fd44f410db292bb7c8417700ee5182a25e1 (diff)
detailed description moved down to subdirectories
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1047 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/sparse-matrix')
-rw-r--r--src/sparse-matrix/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/sparse-matrix/README b/src/sparse-matrix/README
new file mode 100644
index 0000000..0a207be
--- /dev/null
+++ b/src/sparse-matrix/README
@@ -0,0 +1,12 @@
+This directory contains sparse matrix routines imported from elsewhere.
+See the individual files or subdirectories for details on authorship,
+copyright, etc.
+
+ilucg
+ ILUCG (Incomplete LU-decomposition / conjugate gradiant)
+ subroutines.
+
+y12m
+ Sparse LU decomposition subroutines from the Harwell Y12M package.
+ I haven't written the AHFinderDirect support code for this, so
+ the Y12M code isn't compiled yet.