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.
2 parents 12a23dd + f0101df commit 39f4447Copy full SHA for 39f4447
src/genericblas.jl
@@ -1,4 +1,4 @@
1
-import LinearAlgebra: BLAS, BlasFloat, norm
+import LinearAlgebra: BLAS, BlasFloat, norm, dot
2
3
genblas_dot(x::Vector{T}, y::Vector{T}) where {T<:BlasFloat} = BLAS.dot(x, y)
4
genblas_dot(x, y) = dot(x,y)
0 commit comments