Clean up the NTuple, Statistics and Sum subsystems. Got rid of Precision.i .
[Math-GSL.git] / GSL.i
blob9a34cb7f4f36c8b9370c9292c3eaec156d44f3d2
1 %module "Math::GSL"
2 %{
3 #include "/usr/local/include/gsl/gsl_sys.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_sys.h"
8 %perlcode %{
10 our $GSL_VERSION = '1.11';