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 daa7fb0 commit 8371f8aCopy full SHA for 8371f8a
src/vdistance.jl
@@ -48,7 +48,7 @@ _vtminkowski(x, y, p::Rational{T}, dims=:) where {T} = _vtminkowski(x, y, float(
48
vtminkowski(x::AbstractArray, y::AbstractArray, p::Real; dims=:)
49
50
Compute the Minkowski distance between the vectors corresponding to the slices along the
51
-dimensions `dims`.
+dimensions `dims`. Threaded.
52
53
`p` can assume any numeric value (even though not all values produce a
54
mathematically valid vector norm). `vtminkowski(x, y, Inf)` returns the largest value in
0 commit comments