suitesparse, trigger build for 32bit (#13204)

This commit is contained in:
Schrijvers Luc
2025-11-12 15:35:22 +01:00
committed by GitHub
parent a9fc32420c
commit f1b3162d9c

View File

@@ -5,8 +5,8 @@ DESCRIPTION="SuiteSparse is a suite of sparse matrix algorithms, including:
* Mongoose: graph partitioning
* ssget: MATLAB and Java interface to the SuiteSparse Matrix Collection
* UMFPACK: multifrontal LU factorization.  Appears as LU and x=A\b in MATLAB.
* CHOLMOD: supernodal Cholesky.  Appears as CHOL and x=A\b in MATLAB.  Now \
with CUDA acceleration, in collaboration with NVIDIA.
* CHOLMOD: supernodal Cholesky.  Appears as CHOL and x=A\b in MATLAB.  Now with \
CUDA acceleration, in collaboration with NVIDIA.
* SPQR: multifrontal QR.  Appears as QR and x=A\b in MATLAB, with CUDA \
acceleration.
* KLU and BTF:  sparse LU factorization, well-suited for circuit simulation.