summaryrefslogtreecommitdiff
path: root/libraries/SPQR/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/SPQR/README')
-rw-r--r--libraries/SPQR/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/SPQR/README b/libraries/SPQR/README
deleted file mode 100644
index 253b56e9ed..0000000000
--- a/libraries/SPQR/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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.