module documentation

Undocumented

Class ​Test​FFT1​D Undocumented
Class ​Test​FFTShift Undocumented
Class ​Test​FFTThread​Safe Undocumented
Function fft1 Undocumented
Function test​_fft​_with​_order Undocumented
def fft1(x):

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):

Undocumented