SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
238 stars 42 forks source link

Complete the iterator interface #241

Closed ChrisRackauckas closed 8 months ago

ChrisRackauckas commented 1 year ago

The iterator interface for NonlinearSolve.jl was never completed in the past, but it's very close. Next steps are:

As inspiration, see https://docs.sciml.ai/DiffEqDocs/stable/basics/integrator/

avik-pal commented 8 months ago

This was done with 3.5 release