invert¶
- odl.ufunc_ops.ufunc_ops.invert(domain=RealNumbers())¶
Compute bit-wise inversion, or bit-wise NOT, element-wise.
See also
Notes
This creates a
Operator
/Functional
that applies a ufunc pointwise.
Compute bit-wise inversion, or bit-wise NOT, element-wise.
See also
Notes
This creates a Operator
/Functional
that applies a ufunc pointwise.