Modifying CDF.t and Randist subsystem for tests. I took all the tests from CDF/test...
[Math-GSL.git] / Multimin.i
blob2416233dbf88421e64484b06ab20a8474f1b4e45
1 %module Multimin
2 %{
3 #include "gsl/gsl_multimin.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_multimin.h"