Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / fft / dft.c
1 #include <config.h>
2 #include <stddef.h>
3 #include <stdlib.h>
4 #include <math.h>
5
6 #include <gsl/gsl_errno.h>
7 #include <gsl/gsl_complex.h>
8
9 #include <gsl/gsl_dft_complex.h>
10 #include <gsl/gsl_dft_complex_float.h>
11
12 #include "complex_internal.h"
13
14 #define BASE_DOUBLE
15 #include "templates_on.h"
16 #include "dft_source.c"
17 #include "templates_off.h"
18 #undef  BASE_DOUBLE
19
20 #define BASE_FLOAT
21 #include "templates_on.h"
22 #include "dft_source.c"
23 #include "templates_off.h"
24 #undef  BASE_FLOAT
25