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/slack-desc | |
parent | 718ed6f6831ab1229e75228947b5bd4d45cd6ab6 (diff) |
libraries/SPQR: Added (sparse matrix factorizing routines)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/SPQR/slack-desc')
-rw-r--r-- | libraries/SPQR/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/SPQR/slack-desc b/libraries/SPQR/slack-desc new file mode 100644 index 0000000000000..463d20b648576 --- /dev/null +++ b/libraries/SPQR/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +SPQR: SuiteSparseQR (sparse matrix factorizing routines) +SPQR: +SPQR: SuiteSparseQR is an implementation of the multifrontal sparse QR +SPQR: factorization method. Parallelism is exploited both in the BLAS +SPQR: and across different frontal matrices using Intel's Threading +SPQR: Building Blocks, a shared-memory programming model for modern +SPQR: multicore architectures. It can obtain a substantial fraction of +SPQR: the theoretical peak performance of a multicore computer. +SPQR: +SPQR: +SPQR: |