Refactoring of the Complex tests
[Math-GSL.git] / ODEIV.i
blob6772edebc965582f37dd4d17d215628dac07f603
1 %module ODEIV
2 %{
3 #include "gsl/gsl_odeiv.h"
4 %}
6 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_odeiv.h"