SparseArrays.jl
SparseArrays.jl copied to clipboard
Cholesky F.PtL \ Av where Av is a view does not work
Please refer to details on the discourse thread https://discourse.julialang.org/t/arnoldimethod-strange-error/108876
Is Av a strided view? If it is we can convert to Dense easily enough. I'll fix this for Julia 1.11