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 2dac21d commit 43072c8Copy full SHA for 43072c8
test/downstream/odesolve.jl
@@ -1,4 +1,4 @@
1
-using OrdinaryDiffEq, NLsolve, RecursiveArrayTools, Test, ArrayInterface
+using OrdinaryDiffEq, NLsolve, RecursiveArrayTools, Test, ArrayInterface, StaticArrays
2
function lorenz(du, u, p, t)
3
du[1] = 10.0 * (u[2] - u[1])
4
du[2] = u[1] * (28.0 - u[3]) - u[2]
0 commit comments