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 37d84a3 commit 8073d82Copy full SHA for 8073d82
test/gpu_all.jl
@@ -56,7 +56,6 @@ function claytonsample!(sto, τ, α; randmat=randmat)
56
sto = get_tmp(sto, τ)
57
sto .= randmat
58
τ == 0 && return sto
59
- n = size(sto, 1)
60
v = @view sto[:, 2]
61
u = @view sto[:, 1]
62
@. v = (1 - u^(-τ) + u^(-τ)*v^(-(τ/(1 + τ))))^(-1/τ)*α
0 commit comments