diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 21:30:51 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:54:17 -0600 |
commit | d585a61a7b7404aeb36fdbb9171a5f15b2ec7c68 (patch) | |
tree | 1f94f83d088783e9dbaae738cdeef86564f701cd /academic/klu/README | |
parent | 6f6e9bf6e8e94e54a08e46e20357eb513af48a9d (diff) | |
download | slackbuilds-d585a61a7b7404aeb36fdbb9171a5f15b2ec7c68.tar.gz |
academic/klu: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/klu/README')
-rw-r--r-- | academic/klu/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/academic/klu/README b/academic/klu/README new file mode 100644 index 0000000000..fe8941f406 --- /dev/null +++ b/academic/klu/README @@ -0,0 +1,7 @@ +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. |