pub fn vector_dot_f32(a: &[f32], b: &[f32]) -> f32
Dot product: sum(a[i] * b[i])
sum(a[i] * b[i])
Panics if a and b do not have the same length.
a
b