DiscreteFourierTransformBase._call¶
- DiscreteFourierTransformBase._call(x, out, **kwargs)[source]¶
Implement
self(x, out[, **kwargs])
.- Parameters:
See also
odl.trafos.backends.pyfftw_bindings.pyfftw_call
Call pyfftw backend directly
Notes
See the
pyfftw_call
function for**kwargs
options. The parametersaxes
andhalfcomplex
cannot be overridden.