Refactoring of the Complex tests
[Math-GSL.git] / DFT.i
blobb1854019aa6c3ab4891e5063c07163e430c35184
1 %module DFT
2 %{
3 #include "gsl/gsl_dft_complex.h"
4 #include "gsl/gsl_dft_complex_float.h"
5 %}
7 %include "gsl/gsl_dft_complex.h"
8 %include "gsl/gsl_dft_complex_float.h"