module documentation

Undocumented

Class TestFFT1D Undocumented
Class TestFFTShift Undocumented
Class TestFFTThreadSafe Undocumented
Function fft1 Undocumented
Function test_fft_with_order Undocumented
def fft1(x): (source)

Undocumented

@pytest.mark.parametrize('dtype', [np.float32, np.float64, np.complex64, np.complex128])
@pytest.mark.parametrize('order', ['F', 'non-contiguous'])
@pytest.mark.parametrize('fft', [np.fft.fft, np.fft.fft2, np.fft.fftn, np.fft.ifft, np.fft.ifft2, np.fft.ifftn])
def test_fft_with_order(dtype, order, fft): (source)

Undocumented