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 0e635a2 commit 9917b57Copy full SHA for 9917b57
src/butterflylu.jl
@@ -44,7 +44,7 @@ function 🦋lu!(workspace::🦋workspace, M, thread)
44
(;A, b, B, ws, U, V, out) = workspace
45
🦋mul!(copyto!(B, A), ws)
46
materializeUV(U, V, ws)
47
- F = RecursiveFactorization.lu!(B, thread)
+ F = RecursiveFactorization.lu!(B, Val(false), thread)
48
sol = V * (F \ (U' * b))
49
out .= @view sol[1:M]
50
out
0 commit comments