JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
403 stars 106 forks source link

Iterator protocol for IDR(s) #325

Closed mschauer closed 8 months ago

mschauer commented 2 years ago

I would love to see that IDR(s) joins the iterator-interface like the other solvers. That's also important for SciML interoperability where IDR(s) is missing from http://linearsolve.sciml.ai/dev/solvers/solvers/#IterativeSolvers.jl .