From 0a1ad7bde563d1e99ac78a0b30f54693e2684cfa Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Tue, 24 Aug 2010 00:05:33 -0400 Subject: libraries/SPQR: Added (sparse matrix factorizing routines) Signed-off-by: dsomero --- libraries/SPQR/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/SPQR/README (limited to 'libraries/SPQR/README') diff --git a/libraries/SPQR/README b/libraries/SPQR/README new file mode 100644 index 0000000000000..e7d32a0086cad --- /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. -- cgit v1.2.3