Fiddle with Eigen+FFT tests and add nonsymmetric eigenvalue example
[Math-GSL.git] / swig / PowInt.i
blobcb290c9895bb84bc496008acd0f6f3aa27e6ff7e
1 %module "Math::GSL::PowInt"
2 %{
3 #include "gsl/gsl_pow_int.h"
4 %}
6 %include "gsl/gsl_pow_int.h"
7 %include "../pod/PowInt.pod"