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 d1b23ff commit 259d4f9Copy full SHA for 259d4f9
src/lu.jl
@@ -1,4 +1,4 @@
1
-using LoopVectorization: @avx
+using LoopVectorization
2
using LinearAlgebra: BlasInt, BlasFloat, LU, UnitLowerTriangular, ldiv!, mul!, checknonsingular
3
4
function lu(A::AbstractMatrix, pivot::Union{Val{false}, Val{true}} = Val(true); kwargs...)
0 commit comments