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.
ITP
1 parent 570940c commit 32f4311Copy full SHA for 32f4311
src/Bracketing/itp.jl
@@ -1,13 +1,13 @@
1
"""
2
- Roots.ITP(;[κ₁-0.2, κ₂=2, n₀=1])
+ Roots.ITP(;[κ₁=0.2, κ₂=2, n₀=1])
3
4
Use the [ITP](https://en.wikipedia.org/wiki/ITP_method) bracketing
5
method. This method claims it "is the first root-finding algorithm
6
that achieves the superlinear convergence of the secant method
7
while retaining the optimal worst-case performance of the bisection
8
method."
9
10
-The values `κ1`, `κ₂`, and `n₀` are tuning parameters.
+The values `κ₁`, `κ₂`, and `n₀` are tuning parameters.
11
12
The
13
[suggested](https://docs.rs/kurbo/0.8.1/kurbo/common/fn.solve_itp.html)
0 commit comments