Modifying CDF.t and Randist subsystem for tests. I took all the tests from CDF/test...
[Math-GSL.git] / Min.i
blob8836ef8eed9bcf145252d6f2249db323049d311b
1 %module Min
2 %{
3 #include "gsl/gsl_min.h"
4 %}
6 %include "gsl/gsl_min.h"