PySPQR icon indicating copy to clipboard operation
PySPQR copied to clipboard

Python wrapper for the sparse QR decomposition in SuiteSparseQR.

Results 7 PySPQR issues
Sort by recently updated
recently updated
newest added

I have downloaded and installed both SuiteSparse and sparseqr packages, however when I try to import: ( import sparseqr ), I get the following error: --------------------------------------------------------------------------- === Wrapper module not...

I got an error message like the one below. I have installed the package, but cannot import it into python. Have any of you seen this? Thanks ld: warning: directory...

I got an error message ld: warning: directory not found for option '-L/opt/homebrew/lib' ld: library not found for -lspqr clang: error: linker command failed with exit code 1 (use -v...

use `spsolve_triangular` for R\b where R is a triangular-matrix

It looks like this package may currently just wrap the factorization and solve routines for real-valued matrices (is this right?). It would be great if it could be extended to...

Any chance to have this package in `conda-forge`? It would be great to have it in a `conda` / `micromamba` environment.

Hi, First off, thanks for creating this incredibly useful library! I was recently using sparseqr and checking the latest SuiteSparse documentation. I noticed that their SPQR solver now has a...