FourierTransformBase._call

FourierTransformBase._call(x, out, **kwargs)[source]

Implement self(x, out[, **kwargs]).

Parameters

xdomain element

Discretized function to be transformed

outrange element

Element to which the output is written

Notes

See the pyfftw_call function for **kwargs options. The parameters axes and halfcomplex cannot be overridden.

See Also

odl.trafos.backends.pyfftw_bindings.pyfftw_call :

Call pyfftw backend directly