We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e5a07c + f65b171 commit 7fadae1Copy full SHA for 7fadae1
docs/src/api/nonlinearsolve.md
@@ -2,11 +2,23 @@
2
3
These are the native solvers of NonlinearSolve.jl.
4
5
-## Solver API
+## Core Nonlinear Solvers
6
7
```@docs
8
NewtonRaphson
9
TrustRegion
10
+```
11
+
12
+## Polyalgorithms
13
14
+```@docs
15
+FastShortcutNonlinearPolyalg
16
+RobustMultiNewton
17
18
19
+## Nonlinear Least Squares Solvers
20
21
22
LevenbergMarquardt
23
GaussNewton
24
```
0 commit comments