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