In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / VectorComplex.i
blobd1e69ac3132f419ada06b2f30bafbf884c4fa1e6
1 %module "Math::GSL::VectorComplex"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %{
6 #include "gsl/gsl_nan.h"
7 #include "gsl/gsl_complex.h"
8 #include "gsl/gsl_vector.h"
9 #include "gsl/gsl_vector_double.h"
10 #include "gsl/gsl_vector_complex.h"
11 #include "gsl/gsl_vector_complex_double.h"
14 %include "gsl/gsl_nan.h"
15 %include "gsl/gsl_complex.h"
16 %include "gsl/gsl_vector.h"
17 %include "gsl/gsl_vector_double.h"
18 %include "gsl/gsl_vector_complex.h"
19 %include "gsl/gsl_vector_complex_double.h"
20 %include "../pod/VectorComplex.pod"