bitwise_xor¶
- odl.ufunc_ops.ufunc_ops.bitwise_xor(domain=RealNumbers())¶
Compute the bit-wise XOR of two arrays element-wise.
See also
Notes
This creates a
Operator/Functionalthat applies a ufunc pointwise.
Compute the bit-wise XOR of two arrays element-wise.
See also
Notes
This creates a Operator/Functional that applies a ufunc pointwise.