diff options
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. |