dot

Compute the dot product of two vectors.

template dot(T, size_t N)
pure @safe nothrow @nogc pure nothrow @nogc @safe
T
dot
(
in Vec!(T, N) v1
,
in Vec!(T, N) v2
)

Members

Functions

dot
T dot(Vec!(T, N) v1, Vec!(T, N) v2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta