summaryrefslogtreecommitdiffstats
path: root/academic/csparse/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2014-01-24 20:53:47 -0600
committer Robby Workman <rworkman@slackbuilds.org>2014-01-31 00:53:47 -0600
commit0b98c868152f5fe5db65c3b898d8c72e25a155dd (patch)
tree861a6e0c99e62b382a819fac7855c5e6f0c1b314 /academic/csparse/README
parent2b966ae2851e2547358cc9b9382347d323e2932e (diff)
downloadslackbuilds-0b98c868152f5fe5db65c3b898d8c72e25a155dd.tar.gz
slackbuilds-0b98c868152f5fe5db65c3b898d8c72e25a155dd.tar.xz
academic/csparse: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/csparse/README')
-rw-r--r--academic/csparse/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/csparse/README b/academic/csparse/README
new file mode 100644
index 0000000000..7119c1bf65
--- /dev/null
+++ b/academic/csparse/README
@@ -0,0 +1,5 @@
+CSparse is a small yet feature-rich sparse matrix package. Its purpose is
+to demonstrate a wide range of sparse matrix algorithms in as concise a
+code as possible.
+
+This package is part of SuiteSparse.