Compute the 2-dimensional fft of a real array.
a : array (real)
input array
s : sequence (int)
shape of the fft
axis : int
axis over which to compute the fft
Notes
The 2-D fft of the real valued array a. This is really just rfftn with different default behavior.
numpy.fft.irfft
numpy.fft.irfft2