summaryrefslogtreecommitdiff
path: root/academic/spqr/README
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2014-01-24 21:35:18 -0600
committerRobby Workman <rworkman@slackbuilds.org>2014-01-31 00:54:22 -0600
commit0755cd685eef7c217895dbd692b4cc8aa48beca3 (patch)
tree93f4458c31c7cbed88b64883b88ea4743840d553 /academic/spqr/README
parenta5f3ad0ee67ecaea8870fb3b1aa4add2538266f3 (diff)
downloadslackbuilds-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/README8
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.