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