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 dda99ba commit a9837e0Copy full SHA for a9837e0
test/interface/type_handling.jl
@@ -1,4 +1,4 @@
1
-using OrdinaryDiffEq
+using OrdinaryDiffEq, RecursiveArrayTools
2
prob = ODEProblem((u, p, t) -> -u, BigFloat(1.0), (0.0, 1.0))
3
solve(prob, Tsit5())
4
solve(prob, KenCarp4())
0 commit comments