Calculates the dot product of two arrays.
The first array
The second array
const result = Chalkboard.stat.dot([1, 2, 3], [4, 5, 6]); // Returns 32 Copy
const result = Chalkboard.stat.dot([1, 2, 3], [4, 5, 6]); // Returns 32
Calculates the dot product of two arrays.