SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
245 stars 52 forks source link

Check KrylovKit bump #511

Closed ChrisRackauckas closed 3 months ago

ChrisRackauckas commented 3 months ago

Fails due to https://github.com/JuliaArrays/StaticArrays.jl/issues/1261

ChrisRackauckas commented 3 months ago

The test that found it was passing last week https://github.com/SciML/LinearSolve.jl/actions/runs/9383265753/job/25836491777

ChrisRackauckas commented 3 months ago

At least all of the krylov parts passed.