In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Linalg.i
blobf31b9f974dad92d610827fb2d18582976c2a33ae
1 %module "Math::GSL::Linalg"
2 %include "gsl_typemaps.i"
4 %apply int *OUTPUT { int *signum };
6 %{
7 #include "gsl/gsl_linalg.h"
8 #include "gsl/gsl_permutation.h"
9 #include "gsl/gsl_complex.h"
10 #include "gsl/gsl_complex_math.h"
13 %include "gsl/gsl_linalg.h"
14 %include "gsl/gsl_permutation.h"
15 %include "gsl/gsl_complex.h"
16 %include "gsl/gsl_complex_math.h"
17 %include "../pod/Linalg.pod"