diff --git a/docs/src/api/nonlinearsolve.md b/docs/src/api/nonlinearsolve.md index 50ee2bef0..d49cf32f9 100644 --- a/docs/src/api/nonlinearsolve.md +++ b/docs/src/api/nonlinearsolve.md @@ -2,11 +2,23 @@ These are the native solvers of NonlinearSolve.jl. -## Solver API +## Core Nonlinear Solvers ```@docs NewtonRaphson TrustRegion +``` + +## Polyalgorithms + +```@docs +FastShortcutNonlinearPolyalg +RobustMultiNewton +``` + +## Nonlinear Least Squares Solvers + +```@docs LevenbergMarquardt GaussNewton ```