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 d85408e commit b50726fCopy full SHA for b50726f
lib/SimpleNonlinearSolve/src/ad.jl
@@ -42,7 +42,7 @@ for algType in (Bisection, Brent, Alefeld, Falsi, ITP, Ridder)
42
end
43
44
function __nlsolve_ad(
45
- prob::Union{IntervalNonlinearProblem, ImmutableNonlinearProblem}, alg, args...; kwargs...)
+ prob::Union{IntervalNonlinearProblem, NonlinearProblem, ImmutableNonlinearProblem}, alg, args...; kwargs...)
46
p = value(prob.p)
47
if prob isa IntervalNonlinearProblem
48
tspan = value.(prob.tspan)
0 commit comments