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 5cc8b12 commit 3d52cd6Copy full SHA for 3d52cd6
lib/SimpleNonlinearSolve/src/itp.jl
@@ -39,7 +39,7 @@ n½ + `n₀` iterations, where n½ is the number of iterations using bisection
39
If `f` is twice differentiable and the root is simple,
40
then with `n₀` > 0 the convergence rate is √`κ₂`.
41
"""
42
-struct Itp <: AbstractBracketingAlgorithm{T}
+struct Itp{T} <: AbstractBracketingAlgorithm
43
k1::T
44
k2::T
45
n0::Int
0 commit comments