Closed hofmannmartin closed 2 years ago
Its nice because its the iterator interface but actually I don't see a pressing advantage. At least how it is currently used in IterativeSolvers.jl. The most pressing issue of this package is more the surface syntax.
This was actually implemented by @migrosser once upon a time.
While searching for some more inspiration for our package, I stumbled across the package
IterativeSolver
. They use the iterator interface for their solvers and I quite like that (see e.g. https://github.com/JuliaMath/IterativeSolvers.jl/blob/master/src/cg.jl).