Compute the 2-dimensional inverse fft of a real array.
a : array (real)
input array
s : sequence (int)
shape of the inverse fft
axis : int
axis over which to compute the inverse fft
Notes
This is really irfftn with different default.
numpy.fft.rfft2
numpy.fft.rfftn