dot

open infix fun dot(other: F64Array): Double

Calculates the dot product of this array with another.

Return

The dot product of the two arrays.

Parameters

other

The other array to calculate the dot product with.