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 b093db0 commit 50284ccCopy full SHA for 50284cc
src/DiffEqProblemLibrary.jl
@@ -2,7 +2,8 @@ __precompile__(false)
2
3
module DiffEqProblemLibrary
4
5
-using DiffEqBase, ParameterizedFunctions, DiffEqOperators, DiffEqBiological
+using DiffEqBase, ParameterizedFunctions, DiffEqOperators, DiffEqBiological,
6
+ LinearAlgebra
7
8
include("ode/ode_premade_problems.jl")
9
include("dae_premade_problems.jl")
0 commit comments