Update subsystems, add get_all() and length() methods to Vector objects, with tests.
[Math-GSL.git] / BSpline.i
blob33e7cf3515fb710da45831b9e516106b1c303619
1 %module BSpline
2 %{
3 #include "/usr/local/include/gsl/gsl_bspline.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_bspline.h"