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 2e27fdf commit a5c3de3Copy full SHA for a5c3de3
lib/OrdinaryDiffEqExponentialRK/src/OrdinaryDiffEqExponentialRK.jl
@@ -15,6 +15,7 @@ import OrdinaryDiffEqCore
15
using RecursiveArrayTools
16
using MuladdMacro, FastBroadcast
17
using LinearAlgebra: axpy!, mul!
18
+import DiffEqBase
19
import DiffEqBase: prepare_alg
20
using ExponentialUtilities
21
import RecursiveArrayTools: recursivecopy!
0 commit comments