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.
pub fn numeric(
lhs: &(dyn Array + 'static),
rhs: &(dyn Array + 'static),
op: NumericOperator,
) -> Result<Arc<dyn Array>, VortexError>Point-wise numeric operation between two arrays of the same type and length.