Skip to content

Commit be2d727

Browse files
Update butterflylu.jl
1 parent 7aea254 commit be2d727

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
@@ -2,7 +2,7 @@ using VectorizedRNG
22
using LinearAlgebra: Diagonal, I
33
using LoopVectorization
44
using RecursiveFactorization
5-
using SparseArrays, SparseBandedMatrices
5+
using SparseBandedMatrices
66

77
@inline exphalf(x) = exp(x) * oftype(x, 0.5)
88
function 🦋!(wv, ::Val{SEED} = Val(888)) where {SEED}

0 commit comments

Comments
 (0)