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

Cholesky F.PtL \ Av where Av is a view does not work

Open PetrKryslUCSD opened this issue 1 year ago • 1 comments

Please refer to details on the discourse thread https://discourse.julialang.org/t/arnoldimethod-strange-error/108876

PetrKryslUCSD avatar Jan 17 '24 04:01 PetrKryslUCSD

Is Av a strided view? If it is we can convert to Dense easily enough. I'll fix this for Julia 1.11

rayegun avatar Jan 17 '24 05:01 rayegun