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
244 stars 52 forks source link

Adding IDR(s) from IterativeSolvers.jl #351

Closed mschauer closed 10 months ago

mschauer commented 1 year ago

Currently IDR(s) from IterativeSolvers.jl is missing iterator support. There is a PR https://github.com/JuliaLinearAlgebra/IterativeSolvers.jl/pull/345 adding that support, so IDR(s) can be added to this package in a next step. I followed the example of GMRES so this should be possible?

mschauer commented 10 months ago

That is merged now, we can continue here.