Function rusty_machine::math::utils::dot
[−]
[src]
pub fn dot<T: Copy + Zero + Add<T, Output=T> + Mul<T, Output=T>>(u: &[T], v: &[T]) -> T