DiscreteFourierTransformInverse._call

DiscreteFourierTransformInverse._call(self, x, out, \*\*kwargs)

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

Parameters
xdomain element

Discretized function to be transformed

outrange element

Element to which the output is written

See also

odl.trafos.backends.pyfftw_bindings.pyfftw_call

Call pyfftw backend directly

Notes

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