Function revonet::math::mul_inplace [] [src]

pub fn mul_inplace(xs: &mut [f32], a: f32)

Inplace multiplication of vector by number. Result is stored in the argument vector.

Arguments:

  • xs - reference to vector.
  • ys - multiplier.