diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:10:32 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:43 +0700 |
commit | c4b8c52a0783e0e8d0a994b5c1f508f46f22cb60 (patch) | |
tree | 3b3b67435f49bd53e53ebe46437bb107cef58efe /academic/csparse | |
parent | 2f11f1a00370a98509dfed5e8548dde8d2ec9ce5 (diff) |
academic/csparse: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/csparse')
-rw-r--r-- | academic/csparse/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/csparse/README b/academic/csparse/README index 7119c1bf6599..2726898d3c3b 100644 --- a/academic/csparse/README +++ b/academic/csparse/README @@ -1,5 +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. +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. |