Refactoring of the Complex tests
[Math-GSL.git] / Multiroots.i
blob443248dc64f594e416217b1caa761b1e4eef4d4b
1 %module Multiroots
2 %{
3 #include "gsl/gsl_multiroots.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_multiroots.h"