ufuncs¶
Universal functions (ufuncs) for ODL-wrapped arrays.
These functions are internal and should only be used as methods on
Tensor
-like classes.
See numpy.ufuncs for more information.
Notes¶
The default implementation of these methods uses the __array_ufunc__
dispatch machinery introduced in Numpy 1.13.
Classes
|
Ufuncs for |
|
Ufuncs for |
Functions
|
Return the truncated value of the input, element-wise. |
|
Return ufunc wrapper for implementation-agnostic ufunc classes. |
|
Return ufunc wrapper for |