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 aedd385 + 0bdf527 commit bf3a132Copy full SHA for bf3a132
docs/src/api/simplenonlinearsolve.md
@@ -4,17 +4,28 @@ These methods can be used independently of the rest of NonlinearSolve.jl
4
5
## Solver API
6
7
+### Interval Methods
8
+
9
+These methods are suited for interval (scalar) root-finding problems, i.e. `IntervalNonlinearProblem`.
10
11
```@docs
-Bisection
12
ITP
13
+Bisection
14
Falsi
15
+Ridder
16
+Brent
17
+```
18
19
+### General Methods
20
21
+These methods are suited for any general nonlinear root-finding problem , i.e. `NonlinearProblem`.
22
23
+```@docs
24
SimpleNewtonRaphson
25
Broyden
26
Halley
27
Klement
28
SimpleTrustRegion
-Ridder
-Brent
29
SimpleDFSane
30
LBroyden
31
```
0 commit comments