diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:08:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:34 +0700 |
commit | 616c0fa79f98aeaaef142ccb781a37a78489de1a (patch) | |
tree | d9b58409e2d949ac4ad5622b44bf7f024cc2fe54 /academic/klu | |
parent | c2efbca1186d6ea92de19271d048ae46d4def546 (diff) | |
download | slackbuilds-616c0fa79f98aeaaef142ccb781a37a78489de1a.tar.gz |
academic/klu: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/klu')
-rw-r--r-- | academic/klu/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/klu/README b/academic/klu/README index fe8941f406..e3da56e0c7 100644 --- a/academic/klu/README +++ b/academic/klu/README @@ -1,7 +1,7 @@ -KLU is a sparse LU factorization algorithm well-suited for use in circuit -simulation. +KLU is a sparse LU factorization algorithm well-suited for use in +circuit simulation. This package is part of SuiteSparse. -CHOLMOD is an optional dependency and will be used if found. -It is primarily used for this package's test suite. +CHOLMOD is an optional dependency and will be used if found. It is +primarily used for this package's test suite. |