We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1711b56 commit 210e544Copy full SHA for 210e544
docs/src/native/simplenonlinearsolve.md
@@ -29,7 +29,7 @@ These methods are suited for any general nonlinear root-finding problem, i.e.
29
|:------------------------------------ |:-------- |:------------ |:------------------------ |:------------------------- |
30
| [`SimpleNewtonRaphson`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
31
| [`SimpleBroyden`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
32
-| [`SimpleHalley`](@ref) | ❌ | ✔️ | ✔️ | ❌ |
+| [`SimpleHalley`](@ref) | ❌ | ✔️ | ✔️ | ❌ |
33
| [`SimpleKlement`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
34
| [`SimpleTrustRegion`](@ref) | ✔️ | ✔️ | ✔️ | ✔️ |
35
| [`SimpleDFSane`](@ref) | ✔️ | ✔️ | ✔️[^1] | ✔️ |
0 commit comments