|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
Simple FFT implementation using Cooley-Tukey algorithm. More...
Functions | |
| void | fft_real_transform (double *data, size_t stride, size_t n) |
| Forward FFT for real data (packed output). | |
Simple FFT implementation using Cooley-Tukey algorithm.
|
inline |
Forward FFT for real data (packed output).
Computes the discrete Fourier transform of a real sequence and stores it in GSL halfcomplex packed format.
| data | Input/Output: real input sequence overwritten with packed spectrum. |
| stride | Input: element stride in data. |
| n | Input: number of samples. |
Definition at line 85 of file GSLFFT.h.
Referenced by gsl_fft_real_transform().