dotProduct

version(D_SIMD)
float
dotProduct
pure nothrow @trusted @nogc
(
in Vector!(float[4])[] a
,
in Vector!(float[4])[] b
)
in { assert (a.length == b.length); }

Meta