Skip to content

Commit

Permalink
Update circular.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
alanedelman committed Sep 27, 2024
1 parent f283bef commit af954d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/circular.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ let
t = 50_000
m = [ smallabs(circular2(n)) for i=1:t]
display((mean(m),var(m)))
stephist(m,normalize=true)
stephist(m,normalize=true,label="dense")
mh = [ smallabs(circular(n,2)) for i=1:t]
display((mean(mh),var(mh)))
stephist!(mh,normalize=true)
stephist!(mh,normalize=true,label="Hessenberg")

end

Expand Down

0 comments on commit af954d3

Please sign in to comment.