In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Complex.i
blobe6be3108b7d06af260975fd35212075da2297f45
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 fix this interface
13 %include "carrays.i"
14 %array_functions(double, doubleArray);
16 %include "../pod/Complex.pod"