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