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
226 stars 40 forks source link

fix typos #283

Closed musvaage closed 9 months ago

musvaage commented 9 months ago

docs/src/solvers/NonlinearSystemSolvers.md docs/src/tutorials/getting_started.md src/dfsane.jl src/trustRegion.jl

ChrisRackauckas commented 9 months ago

Thanks!