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.
pub fn elementwise(
schema: &ArraySchema,
a: &SparseTile,
b: &SparseTile,
op: BinaryOp,
) -> ArrayResult<SparseTile>Apply op to every aligned pair of cells. The result tile carries
the union of both coord sets.