Finally got @EXPORT_OK/%EXPORT_TAGS to work, initially implemented on the PowInt...
[Math-GSL.git] / Deriv.i
blobf2cb1c774ed81110c2cfff3b7ea95de9b199a175
1 %module Deriv
2 %{
3 #include "/usr/local/include/gsl/gsl_deriv.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_deriv.h"