diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-08-24 00:05:33 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:11 -0500 |
commit | 0a1ad7bde563d1e99ac78a0b30f54693e2684cfa (patch) | |
tree | 1f30b3b5536654121bd0daea20d1f05d8d099118 /libraries/SPQR/README | |
parent | 718ed6f6831ab1229e75228947b5bd4d45cd6ab6 (diff) | |
download | slackbuilds-0a1ad7bde563d1e99ac78a0b30f54693e2684cfa.tar.gz |
libraries/SPQR: Added (sparse matrix factorizing routines)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/SPQR/README')
-rw-r--r-- | libraries/SPQR/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/SPQR/README b/libraries/SPQR/README new file mode 100644 index 0000000000..e7d32a0086 --- /dev/null +++ b/libraries/SPQR/README @@ -0,0 +1,10 @@ +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. + +Requires BLAS, LAPACK, UFconfig, CHOLMOD, and libtbb. |