invert

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

Compute bit-wise inversion, or bit-wise NOT, element-wise.

See also

numpy.invert

Notes

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