dot
Computes the dot product of two float arrays with specified offsets and lengths.
Return
The dot product result
Parameters
a
The first array
a Offset
The offset in the first array
a Length
The length of the first array
b
The second array
b Offset
The offset in the second array
Computes the dot product of two float arrays
Return
The dot product result
Parameters
a
The first array
b
The second array