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 d23244c commit 512c7dfCopy full SHA for 512c7df
lib/OrdinaryDiffEqDefault/src/OrdinaryDiffEqDefault.jl
@@ -5,7 +5,7 @@ using OrdinaryDiffEq: Vern7, Vern8, Vern9, Vern6, Tsit5, Rosenbrock23, Rodas5P,
5
CompositeAlgorithm, OrdinaryDiffEqAlgorithm, OrdinaryDiffEqMutableCache, AutoAlgSwitch
6
import OrdinaryDiffEq: is_mass_matrix_alg, default_autoswitch
7
import LinearSolve
8
-using LinearAlgebra: I
+using LinearAlgebra: I, isdiag
9
using EnumX
10
11
include("default_alg.jl")
0 commit comments