Compute the inverse 2d fft of an array.
a : array
input array
s : sequence (int)
shape of the ifft
axis : int
axis over which to compute the ifft
Notes
This is really just ifftn with different default behavior.
numpy.fft.fft2
numpy.fft.fftn