Function export lists for Eigen and FFT.
[Math-GSL.git] / Function.i
blob6cde857b4fa356907ebffb8b0c89ffbbdb9fe444
1 %module Function
2 %{
3 #include "/usr/local/include/gsl/gsl_math.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_math.h"
8 %perlcode %{
10 @EXPORT_OK = qw(gsl_max gsl_min);