DiscreteFourierTransformBase._call¶
- DiscreteFourierTransformBase._call(x, out, **kwargs)[source]¶
Implement
self(x, out[, **kwargs]).- Parameters:
See also
odl.trafos.backends.pyfftw_bindings.pyfftw_callCall pyfftw backend directly
Notes
See the
pyfftw_callfunction for**kwargsoptions. The parametersaxesandhalfcomplexcannot be overridden.