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 7aea254 commit be2d727Copy full SHA for be2d727
src/butterflylu.jl
@@ -2,7 +2,7 @@ using VectorizedRNG
2
using LinearAlgebra: Diagonal, I
3
using LoopVectorization
4
using RecursiveFactorization
5
-using SparseArrays, SparseBandedMatrices
+using SparseBandedMatrices
6
7
@inline exphalf(x) = exp(x) * oftype(x, 0.5)
8
function 🦋!(wv, ::Val{SEED} = Val(888)) where {SEED}
0 commit comments