Skip to content

Commit 210e544

Browse files
Update docs/src/native/simplenonlinearsolve.md
1 parent 1711b56 commit 210e544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/native/simplenonlinearsolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These methods are suited for any general nonlinear root-finding problem, i.e.
2929
|:------------------------------------ |:-------- |:------------ |:------------------------ |:------------------------- |
3030
| [`SimpleNewtonRaphson`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
3131
| [`SimpleBroyden`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
32-
| [`SimpleHalley`](@ref) | | ✔️ | ✔️ ||
32+
| [`SimpleHalley`](@ref) || ✔️ | ✔️ ||
3333
| [`SimpleKlement`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
3434
| [`SimpleTrustRegion`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
3535
| [`SimpleDFSane`](@ref) | ✔️ | ✔️ | ✔️[^1] | ✔️ |

0 commit comments

Comments
 (0)