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