Added some real tests for Poly subsystem after I finally understood how
[Math-GSL.git] / Roots.i
blob45ff5fd9dc5e9bc64b62e3101411cb9be4fb53be
1 %module Roots
2 %{
3 #include "gsl/gsl_roots.h"
4 %}
5 %import "gsl/gsl_types.h"
6 %include "gsl/gsl_roots.h"