-
I'm trying to update the spack package for suitesparse as the current one is highly outdated, but I'm not able to get cholmod_cuda libs to build which is expected libs by Julia 10.1.x
When I tried …
-
Hello, When there are many vertices whose matching reliability weight is set to 0, the Hessian ATA is not full rank.
So only the slow solve method scipy_spsolve can work. The sksparse.cholmod.cholesk…
-
`lq(A)` is not working with a sparse matrix `A`.
It should be possible to use the sparse QR factorization available in SuiteSparse on `A'`.
-
### Is your feature request related to a problem? Please describe.
Recently, the dense `linalg.solve` function was updated to exploit the matrix structure in https://github.com/scipy/scipy/pull/128…
-
@siyuan-chen found an issue in a fresh `enterprise` install using `pip`.
`scikit-sparse` (sks) depends on the `SuiteSparse` C library. If SuiteSparse isn't installed, `sks` can still install "succ…
-
I recently inherited the maintenance ("intended as bugfix-only") of `scikit-sparse` (https://github.com/scikit-sparse/scikit-sparse, http://pythonhosted.org/scikit-sparse/), a wrapper for the `cholmod…
-
Now that we have a declarative format for build metadata provided by `pyproject.toml` and build isolation enabling a more stable installation procedure via PEP 517/518, it eases the migration to eithe…
-
Where possible, migrate tree-wide from use of `cudatoolkit` to `cudaPackages` (aka "cuda-redist") to reduce closure size and ease maintenance.
A quick `grep` of Nixpkgs reveals the inclusion in fol…
-
Can use either:
- [SparseArrays](https://docs.julialang.org/en/v1/stdlib/SparseArrays/): generic CSC sparse matrix format, provides direct `lu` and `chol` via SuiteSparse
- Specialised structured …
-
I've recently read the HPEC 2017 paper on [triangle counting without matrix multiplication](https://users.ece.cmu.edu/~franzf/papers/hpec_2017_low.pdf) co-authored by @mcmillan03 and skimmed through t…