diff options
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 |
commit | 0b98c868152f5fe5db65c3b898d8c72e25a155dd (patch) | |
tree | 861a6e0c99e62b382a819fac7855c5e6f0c1b314 /academic/csparse/README | |
parent | 2b966ae2851e2547358cc9b9382347d323e2932e (diff) |
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/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/academic/csparse/README b/academic/csparse/README new file mode 100644 index 0000000000000..7119c1bf65992 --- /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. |