Fiddle with Eigen+FFT tests and add nonsymmetric eigenvalue example
[Math-GSL.git] / swig / Complex.i
blob2753d38f45699c772fb8681a42a52fa70b175eb7
1 %module "Math::GSL::Complex"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_complex.h"
6 #include "gsl/gsl_complex_math.h"
7 %}
9 %include "gsl/gsl_complex.h"
10 %include "gsl/gsl_complex_math.h"
12 // Need to think this interface
13 %include "carrays.i"
14 %array_functions(double, doubleArray);
16 %include "../pod/Complex.pod"