// spline test #include #include #include // home made call to GSL spline #include "gsl_spline.hpp" using namespace std; typedef vector vec; int main(){ vec x(10),y(10); // known points (x,y) double t; t = -5.0; for(unsigned i=0;i