FourierTransform =================================== .. currentmodule:: odl.trafos.fourier .. autoclass:: FourierTransform :show-inheritance: .. automethod:: __init__ .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: FourierTransform.__call__ FourierTransform.__eq__ FourierTransform._call FourierTransform.clear_fftw_plan FourierTransform.clear_temporaries FourierTransform.create_temporaries FourierTransform.derivative FourierTransform.init_fftw_plan FourierTransform.norm .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: FourierTransform.adjoint FourierTransform.axes FourierTransform.domain FourierTransform.halfcomplex FourierTransform.impl FourierTransform.inverse FourierTransform.is_functional FourierTransform.is_linear FourierTransform.range FourierTransform.shifts FourierTransform.sign