From 4358c40291a95cdadd90e038c381c342d66d1ab5 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 18 Jul 2023 12:10:10 -0400 Subject: [PATCH] Update src/itp.jl --- src/itp.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/itp.jl b/src/itp.jl index 0a38f31..b9cc28c 100644 --- a/src/itp.jl +++ b/src/itp.jl @@ -39,7 +39,7 @@ n½ + `n₀` iterations, where n½ is the number of iterations using bisection If `f` is twice differentiable and the root is simple, then with `n₀` > 0 the convergence rate is √`κ₂`. """ -struct Itp <: AbstractBracketingAlgorithm{T} +struct Itp{T} <: AbstractBracketingAlgorithm k1::T k2::T n0::Int