Function revonet::math::sub_inplace [] [src]

pub fn sub_inplace(xs: &mut [f32], ys: &[f32])

Inplace subtraction of vectors. Does xs = xs - ys.

Arguments:

  • xs - mutable reference to a vector, minuend.
  • ys - reference to a vector, subtrahend.