Skip to content

Commit

Permalink
Update docs/src/native/simplenonlinearsolve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 16, 2024
1 parent 1711b56 commit 210e544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/native/simplenonlinearsolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These methods are suited for any general nonlinear root-finding problem, i.e.
|:------------------------------------ |:-------- |:------------ |:------------------------ |:------------------------- |
| [`SimpleNewtonRaphson`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
| [`SimpleBroyden`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
| [`SimpleHalley`](@ref) | | ✔️ | ✔️ ||
| [`SimpleHalley`](@ref) || ✔️ | ✔️ ||
| [`SimpleKlement`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
| [`SimpleTrustRegion`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
| [`SimpleDFSane`](@ref) | ✔️ | ✔️ | ✔️[^1] | ✔️ |
Expand Down

0 comments on commit 210e544

Please sign in to comment.