diff options
author | Kyle Guinn <elyk03@gmail.com> | 2014-01-24 21:35:18 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-01-31 00:54:22 -0600 |
commit | 0755cd685eef7c217895dbd692b4cc8aa48beca3 (patch) | |
tree | 93f4458c31c7cbed88b64883b88ea4743840d553 /academic/spqr/README | |
parent | a5f3ad0ee67ecaea8870fb3b1aa4add2538266f3 (diff) | |
download | slackbuilds-0755cd685eef7c217895dbd692b4cc8aa48beca3.tar.gz |
academic/spqr: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/spqr/README')
-rw-r--r-- | academic/spqr/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/spqr/README b/academic/spqr/README new file mode 100644 index 0000000000..253b56e9ed --- /dev/null +++ b/academic/spqr/README @@ -0,0 +1,8 @@ +SuiteSparseQR is an implementation of the multifrontal sparse QR +factorization method. Parallelism is exploited both in the BLAS and +across different frontal matrices using Intel's Threading Building Blocks, +a shared-memory programming model for modern multicore +architectures. It can obtain a substantial fraction of the +theoretical peak performance of a multicore computer. + +This package is part of SuiteSparse. |