Function dot

Source
pub fn dot<T: Dot>(from: &[T], to: &[T]) -> f32
Expand description

Dot product.