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