Skip to content

Commit 9917b57

Browse files
small edit
1 parent 0e635a2 commit 9917b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/butterflylu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function 🦋lu!(workspace::🦋workspace, M, thread)
4444
(;A, b, B, ws, U, V, out) = workspace
4545
🦋mul!(copyto!(B, A), ws)
4646
materializeUV(U, V, ws)
47-
F = RecursiveFactorization.lu!(B, thread)
47+
F = RecursiveFactorization.lu!(B, Val(false), thread)
4848
sol = V * (F \ (U' * b))
4949
out .= @view sol[1:M]
5050
out

0 commit comments

Comments
 (0)