public static dDot ( double aStore, int aOffset, int aStride, double bStore, int bOffset, int bStride, int count ) : double | ||
aStore | double | The first vector a. |
aOffset | int | Offset in the vector a. |
aStride | int | The offset between two elements of the vector a. |
bStore | double | The second vector b. |
bOffset | int | Offset in the vector a. |
bStride | int | The offset between two elements of the vector a. |
count | int | The number of elements to consider. |
return | double |