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 006815d commit 20874ffCopy full SHA for 20874ff
src/butterflylu.jl
@@ -11,7 +11,7 @@ function 🦋!(wv, ::Val{SEED} = Val(888)) where {SEED}
11
T(-0.05), T(0.1)) end
12
end
13
14
-function 🦋generate!(A, ::Val{SEED} = Val(888)) where {SEED}
+function 🦋generate_random!(A, ::Val{SEED} = Val(888)) where {SEED}
15
Usz = 2 * size(A, 1)
16
Vsz = 2 * size(A, 2)
17
uv = similar(A, Usz + Vsz)
0 commit comments