bitwise_or

odl.ufunc_ops.ufunc_ops.bitwise_or(domain=RealNumbers())

Compute the bit-wise OR of two arrays element-wise.

See also

numpy.bitwise_or

Notes

This creates a Operator/Functional that applies a ufunc pointwise.