pub fn mul( lhs: impl AsRef<ArrayData>, rhs: impl AsRef<ArrayData>, ) -> VortexResult<ArrayData>
Point-wise multiply two numeric arrays.