numeric

Function numeric 

Source
pub fn numeric(
    lhs: &(dyn Array + 'static),
    rhs: &(dyn Array + 'static),
    op: NumericOperator,
) -> Result<Arc<dyn Array>, VortexError>
Expand description

Point-wise numeric operation between two arrays of the same type and length.