Function sub

Source
pub fn sub(lhs: &dyn Array, rhs: &dyn Array) -> VortexResult<ArrayRef>
Expand description

Point-wise subtract two numeric arrays.