Function rusty_machine::math::utils::sum [] [src]

pub fn sum<T: Copy + Zero + Add<T, Output=T>>(u: &[T], v: &[T]) -> Vec<T>