Refactoring of the Complex tests
[Math-GSL.git] / Min.i
blob8836ef8eed9bcf145252d6f2249db323049d311b
1 %module Min
2 %{
3 #include "gsl/gsl_min.h"
4 %}
6 %include "gsl/gsl_min.h"