Compute the 2-dimensional inverse FFT of a real array.
| Parameters : | a : array_like 
 s : sequence of ints, optional 
 axes : sequence of ints, optional 
  | 
|---|---|
| Returns : | out : ndarray 
  | 
See also
Notes
This is really irfftn with different defaults. For more details see irfftn.