Skip to content

Commit bf3a132

Browse files
Merge pull request #202 from yash2798/ys/method_defn
Splitting the methods based on problem type for SimpleNonlinearSolve docs
2 parents aedd385 + 0bdf527 commit bf3a132

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/src/api/simplenonlinearsolve.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,28 @@ These methods can be used independently of the rest of NonlinearSolve.jl
44

55
## Solver API
66

7+
### Interval Methods
8+
9+
These methods are suited for interval (scalar) root-finding problems, i.e. `IntervalNonlinearProblem`.
10+
711
```@docs
8-
Bisection
912
ITP
13+
Bisection
1014
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
1124
SimpleNewtonRaphson
1225
Broyden
1326
Halley
1427
Klement
1528
SimpleTrustRegion
16-
Ridder
17-
Brent
1829
SimpleDFSane
1930
LBroyden
2031
```

0 commit comments

Comments
 (0)