diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:39:07 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:39:07 -0500 |
commit | 3ee347b33c9f8673b90f44d4e02006912ed7335d (patch) | |
tree | 9e90c682163c94a8a90fcf6323daf7a7d061429d /academic | |
parent | 4e008c23b97953c54bc99e50f6b50144c8b83431 (diff) |
academic/suitesparse: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/suitesparse/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/suitesparse/README b/academic/suitesparse/README index a0a5eb567955..15ae50745363 100644 --- a/academic/suitesparse/README +++ b/academic/suitesparse/README @@ -1,5 +1,5 @@ -suitesparse is a collection of libraries for computations involving sparse -matrices. The package includes the following libraries: +suitesparse is a collection of libraries for computations involving +sparse matrices. The package includes the following libraries: AMD: approximate minimum degree ordering. CAMD: constrained approximate minimum degree ordering. |