In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Eigen.i
blob6f04678efe5bb982516fb77387ec326b74715cb1
1 %module "Math::GSL::Eigen"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_eigen.h"
6 #include "gsl/gsl_complex.h"
7 #include "gsl/gsl_vector_complex.h"
8 %}
10 %include "gsl/gsl_eigen.h"
11 %include "gsl/gsl_complex.h"
12 %include "gsl/gsl_vector_complex.h"
13 %include "../pod/Eigen.pod"