Added some real tests for Poly subsystem after I finally understood how
[Math-GSL.git] / Complex.i
blob45b08029acf784a5c97957eadf4b5c2b36f3316b
1 %module Complex
2 %{
3 #include "gsl/gsl_complex.h"
4 #include "gsl/gsl_complex_math.h"
5 %}
7 %include "gsl/gsl_complex.h"
8 %include "gsl/gsl_complex_math.h"