Skip to main content

elementwise

Function elementwise 

Source
pub fn elementwise(
    schema: &ArraySchema,
    a: &SparseTile,
    b: &SparseTile,
    op: BinaryOp,
) -> ArrayResult<SparseTile>
Expand description

Apply op to every aligned pair of cells. The result tile carries the union of both coord sets.