2
2
SuiteSparse: A Suite of Sparse matrix packages at http://suitesparse.com
3
3
-----------------------------------------------------------------------------
4
4
5
- Nov 30, 2023, SuiteSparse VERSION 7.4.0
5
+ Dec 30, 2023, SuiteSparse VERSION 7.4.0
6
6
7
7
SuiteSparse is a set of sparse-matrix-related packages written or co-authored
8
8
by Tim Davis, available at https://github.com/DrTimothyAldenDavis/SuiteSparse .
@@ -487,6 +487,7 @@ Packages in SuiteSparse, and files in this directory:
487
487
an unmodified copy METIS.
488
488
489
489
ParU a parallel unsymmetric pattern multifrontal method.
490
+ Currently a pre-release.
490
491
authors: Mohsen Aznaveh and Tim Davis
491
492
492
493
RBio read/write sparse matrices in Rutherford/Boeing format
@@ -505,22 +506,16 @@ Packages in SuiteSparse, and files in this directory:
505
506
506
507
SPQR sparse QR factorization. This the built-in qr and x=A\b in
507
508
MATLAB. Also called SuiteSparseQR.
509
+ Includes two GPU libraries: SPQR/GPUQREngine and
510
+ SPQR/SuiteSparse_GPURuntime.
508
511
author of the CPU code: Tim Davis
509
512
author of GPU modules: Tim Davis, Nuri Yeralan,
510
513
Wissam Sid-Lakhdar, Sanjay Ranka
511
514
512
- GPUQREngine: GPU support package for SPQR
513
- Not needed if CUDA is not enabled.
514
- authors: Tim Davis, Nuri Yeralan, Sanjay Ranka,
515
- Wissam Sid-Lakhdar
516
-
517
515
SuiteSparse_config configuration file for all the above packages.
518
516
CSparse and MATLAB_Tools do not use SuiteSparse_config.
519
517
author: Tim Davis
520
518
521
- SuiteSparse_GPURuntime GPU support package for SPQR and CHOLMOD
522
- Not needed if CUDA is not enabled.
523
-
524
519
SuiteSparse_install.m install SuiteSparse for MATLAB
525
520
SuiteSparse_paths.m set paths for SuiteSparse MATLAB mexFunctions
526
521
0 commit comments