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 1657776 commit e15966bCopy full SHA for e15966b
src/HaarSymbolic.jl
src/RandomMatrices.jl
@@ -1,6 +1,6 @@
1
module RandomMatrices
2
importall Distributions
3
-using Catalan
+using Combinatorics
4
5
import Base.rand
6
@@ -35,7 +35,6 @@ include("Ginibre.jl")
35
#Generating matrices of Haar measure
36
include("Haar.jl")
37
include("HaarMeasure.jl")
38
-include("HaarSymbolic.jl")
39
40
#Fast histogrammer for matrix eigenvalues - hist_eig
41
include("FastHistogram.jl")
0 commit comments