You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preconditioners don't need Base.inv, and LinearAlgebra.mul! to be defined. For Krylov.jl, we pass in the lazy `InvComposePreconditioner` whose `mul!` just calls the `ldiv!` of the `ComposePreconditioner`.
0 commit comments