Computes a complex-to-real dimension-1 fast Fourier transform. Transforms a 2-D input array cx[n2][nfft+2] of n2 (nfft/2+1) complex numbers to a 2-D output array ry[n2][nfft] of n2 nfft real numbers. @param sign the sign (1 or -1) of the exponent used in the FFT. @param n2 the 2nd dimension of array
(int sign, int n2, float[][] cx, float[][] ry)
source not stored for this graph (policy: none)