left_shift

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

Shift the bits of an integer to the left.

See also

numpy.left_shift

Notes

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