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.
using DiffEqBase
1 parent 46e76a7 commit a9a89f3Copy full SHA for a9a89f3
src/RandomMatrices.jl
@@ -4,6 +4,7 @@ using Combinatorics
4
using Compat
5
using GSL
6
using OrdinaryDiffEq
7
+using DiffEqBase # This line is only needed on v0.5, and comes free from OrdinaryDiffEq on v0.6
8
9
import Base: isinf, rand
10
import Distributions: ContinuousUnivariateDistribution,
0 commit comments