LinearSolve.jl
LinearSolve.jl copied to clipboard
add Warning for no Precond in KrylovKit
When solving a linear system with KrylovKit, we should warn / error the fact that the preconditioner is not used in the solve.
Definitely, thanks for pointing this out.