pub fn mul_scalar( lhs: impl AsRef<ArrayData>, rhs: Scalar, ) -> VortexResult<ArrayData>
Point-wise multiply a scalar value into this array on the right-hand-side.