LinearSolve.jl
LinearSolve.jl copied to clipboard
Add support of `CuSparseMatrix`-type matrices for `QRFactorization()`
I tried to solve some sparse matrix with the type of CuSparseMatrixCSC
.
When I switch to the algorithm QRFactorization()
, it seems to automatically convert the sparse matrix to dense matrix CuArray
.
I'm using LinearSolve v2.12.1