LinearSolve.jl icon indicating copy to clipboard operation
LinearSolve.jl copied to clipboard

Add support of `CuSparseMatrix`-type matrices for `QRFactorization()`

Open ytdHuang opened this issue 10 months ago • 10 comments

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

ytdHuang avatar Oct 30 '23 02:10 ytdHuang