SuiteSparse icon indicating copy to clipboard operation
SuiteSparse copied to clipboard

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.

Results 61 SuiteSparse issues
Sort by recently updated
recently updated
newest added

On a Rocky8 system, gcc 8.5.0 with LAPACK 3.10.1, the compile goes to 100% and then at the end gives: ranlib libsliplu.a SLIP_gmp.o: In function `SLIP_mpfr_get_q': SLIP_gmp.c:(.text+0x28bc): undefined reference to...

The \htmladdnormallink macro has been removed from hyperref as of TeX Live 2022. It was simply an alias for \href (with arguments swapped), so use the latter instead.

Hello Prof. Davis, Fwiw, here's a one-page [gist](https://gist.github.com/denis-bz/6a363b3f353f9cc3310b1be40710a22d) that uses python pandas for simple queries like ``` '(posdef == 1) & (1000

I hope that this is not an inappropriate place to ask this question. When using the CXSparse library, and using a compressed-column representation, is it guaranteed that explicit (non-null) matrix...

**Describe the bug** Incorrect numerical results for CHOLMOD and SPQR on larger problems when using -lblas on Ubuntu 20.04. **To Reproduce** I have not yet replicated the bug. **Expected behavior**...

bug

**Is your feature request related to a problem? Please describe.** Seeing that GraphBLAS and Mongoose have their own repositories and can be built independently of SuiteSparse, it is more convenient...

enhancement

This is already applied upstream

I see this is already fixed upstream

For version 5.4, Suitesparse_config.mk recommended openblas. For version 5.6, intel mkl is now recommended and the config file looks like wants to link against _intel openmp._ TL;DR is the cholmod...

It would ease using SuiteSparse with CMake, if SuiteSparse would provide a `SuitSparseconfig.cmake` file, that CMake can use to identify the SuiteSparse installation and get all locations and parameters. CMake...

enhancement