Skip to content

Commit 50284cc

Browse files
add LinearAlgebra
1 parent b093db0 commit 50284cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DiffEqProblemLibrary.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ __precompile__(false)
22

33
module DiffEqProblemLibrary
44

5-
using DiffEqBase, ParameterizedFunctions, DiffEqOperators, DiffEqBiological
5+
using DiffEqBase, ParameterizedFunctions, DiffEqOperators, DiffEqBiological,
6+
LinearAlgebra
67

78
include("ode/ode_premade_problems.jl")
89
include("dae_premade_problems.jl")

0 commit comments

Comments
 (0)