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 d020612 commit bad6457Copy full SHA for bad6457
ext/DiffEqBaseForwardDiffExt.jl
@@ -3,7 +3,7 @@ module DiffEqBaseForwardDiffExt
3
using DiffEqBase, ForwardDiff
4
using DiffEqBase.ArrayInterface
5
using DiffEqBase: Void, FunctionWrappersWrappers, OrdinaryDiffEqTag, AbstractTimeseriesSolution,
6
- RecursiveArrayTools, reduce_tup
+ RecursiveArrayTools, reduce_tup, _promote_tspan, has_continuous_callback
7
import DiffEqBase: hasdualpromote, wrapfun_oop, wrapfun_iip, prob2dtmin,
8
promote_tspan, anyeltypedual, isdualtype, value, ODE_DEFAULT_NORM,
9
InternalITP, nextfloat_tdir, DualEltypeChecker
0 commit comments