Modifying CDF.t and Randist subsystem for tests. I took all the tests from CDF/test...
[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"