Skip to content

Commit af954d3

Browse files
committed
Update circular.jl
1 parent f283bef commit af954d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/circular.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ let
7676
t = 50_000
7777
m = [ smallabs(circular2(n)) for i=1:t]
7878
display((mean(m),var(m)))
79-
stephist(m,normalize=true)
79+
stephist(m,normalize=true,label="dense")
8080
mh = [ smallabs(circular(n,2)) for i=1:t]
8181
display((mean(mh),var(mh)))
82-
stephist!(mh,normalize=true)
82+
stephist!(mh,normalize=true,label="Hessenberg")
8383

8484
end
8585

0 commit comments

Comments
 (0)