summaryrefslogtreecommitdiff
path: root/libraries/SPQR/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/SPQR/README')
-rw-r--r--libraries/SPQR/README10
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.