Function mul

Source
pub fn mul(lhs: &mut [f32], rhs: &[f32])
Expand description

Performs element-wise multiplication and places the result into lhs

Terminates at the end of the shorter sequence.