Refactoring of the Complex tests
[Math-GSL.git] / FFT.i
blob48c1fcec935d72258a06737937bab21a8f5ad1ec
1 %module FFT
2 %{
3 #include "gsl/gsl_fft.h"
4 #include "gsl/gsl_fft_complex.h"
5 #include "gsl/gsl_fft_complex_float.h"
6 #include "gsl/gsl_fft_halfcomplex.h"
7 #include "gsl/gsl_fft_halfcomplex_float.h"
8 #include "gsl/gsl_fft_real.h"
9 #include "gsl/gsl_fft_real_float.h"
13 %include "gsl/gsl_fft.h"
14 %include "gsl/gsl_fft_complex.h"
15 %include "gsl/gsl_fft_complex_float.h"
16 %include "gsl/gsl_fft_halfcomplex.h"
17 %include "gsl/gsl_fft_halfcomplex_float.h"
18 %include "gsl/gsl_fft_real.h"
19 %include "gsl/gsl_fft_real_float.h"