a
. Complex number is stored as two double values in sequence: the real and imaginary part, i.e. the size of the input array must be greater or equal 2*n. The physical layout of the input data has to be as follows:a[2*k] = Re[k], a[2*k+1] = Im[k], 0<=k<n@param a data to transform @param scale if true then scaling is performed
|
|
|
|
|
|
|
|