diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:02:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:41 +0700 |
commit | 6d0feb2d96d85d3f59e8fa0974047bda645cd93c (patch) | |
tree | 121f94b47dd6ef3a64633cc6193c2db79ad074e6 | |
parent | 3f9d66dc3f8a92146963985a94d759ff889dda64 (diff) | |
download | slackbuilds-6d0feb2d96d85d3f59e8fa0974047bda645cd93c.tar.gz |
academic/btf: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/btf/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/btf/README b/academic/btf/README index 3666aedf6b..625663f5fe 100644 --- a/academic/btf/README +++ b/academic/btf/README @@ -1,5 +1,5 @@ -BTF permutes an unsymmetric matrix (square or rectangular) into its block -upper triangular form (more precisely, it computes a Dulmage-Mendelsohn -decomposition). +BTF permutes an unsymmetric matrix (square or rectangular) into +its block upper triangular form (more precisely, it computes a +Dulmage-Mendelsohn decomposition). This package is part of SuiteSparse. |