Skip to content

Commit

Permalink
Merge pull request #138 from CCsimon123/dev
Browse files Browse the repository at this point in the history
Adding the Ridder method to docs
  • Loading branch information
ChrisRackauckas authored Jan 29, 2023
2 parents a3b2332 + 73922c0 commit 11d10b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/api/simplenonlinearsolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ SimpleNewtonRaphson
Broyden
Klement
TrustRegion
Ridder
```
1 change: 1 addition & 0 deletions docs/src/solvers/BracketingSolvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ SimpleNonlinearSolve.jl directly to decrease the dependencies and improve load t

- `Falsi`: A non-allocating regula falsi method
- `Bisection`: A common bisection method
- `Ridder`: A non-allocating Ridder method

0 comments on commit 11d10b8

Please sign in to comment.