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