High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
238
stars
42
forks
source link
Complete the iterator interface #241
Closed
ChrisRackauckas closed 8 months ago
The iterator interface for NonlinearSolve.jl was never completed in the past, but it's very close. Next steps are:
step!
interfaceAs inspiration, see https://docs.sciml.ai/DiffEqDocs/stable/basics/integrator/