pub fn subtract_in_naive<T>(ls: &mut [T], rs: &[T])where T: SubAssign + Copy,
Subtracts a vector from another vector in place.