blob: e7d32a0086cadfa4d887f8c3dca070f3f16a4849 (
plain)
1
2
3
4
5
6
7
8
9
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.
|