Function static_math::slices_methods::dot [−][src]
pub fn dot<T: Num + Copy + Sum>(slice1: &[T], slice2: &[T]) -> T
Expand description
calculate the dot product of two slices
pub fn dot<T: Num + Copy + Sum>(slice1: &[T], slice2: &[T]) -> T
calculate the dot product of two slices