In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Roots.i
bloba86d3d58d7c6a37e369f8931dc8058a8bf31f00a
1 %module "Math::GSL::Roots"
2 %include "gsl_typemaps.i"
3 %include "typemaps.i"
4 %{
5 #include "gsl/gsl_types.h"
6 #include "gsl/gsl_roots.h"
7 %}
8 %include "gsl/gsl_types.h"
9 %include "gsl/gsl_roots.h"
10 %include "../pod/Roots.pod"