Function mul_scalar

Source
pub fn mul_scalar(lhs: impl AsRef<Array>, rhs: Scalar) -> VortexResult<Array>
Expand description

Point-wise multiply a scalar value into this array on the right-hand-side.