pub fn add_in<T>(ls: &mut [T], rs: &[T])where T: AddAssign + Copy,
Adds a vector to another vector in place.