Skip to content

Commit

Permalink
problem type split
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rs committed Aug 29, 2023
1 parent aedd385 commit 0bdf527
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/src/api/simplenonlinearsolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@ These methods can be used independently of the rest of NonlinearSolve.jl

## Solver API

### Interval Methods

These methods are suited for interval (scalar) root-finding problems, i.e. `IntervalNonlinearProblem`.

```@docs
Bisection
ITP
Bisection
Falsi
Ridder
Brent
```

### General Methods

These methods are suited for any general nonlinear root-finding problem , i.e. `NonlinearProblem`.

```@docs
SimpleNewtonRaphson
Broyden
Halley
Klement
SimpleTrustRegion
Ridder
Brent
SimpleDFSane
LBroyden
```

0 comments on commit 0bdf527

Please sign in to comment.