At Thu, 05 Jul 2007 11:15:05 +0200, Andreas Ipp wrote: > One should mention that x-values have to be given in increasing order... > i.e. x[0] < x[1] < x[2] < ... > > I just had the problem where I wanted to include a spline for a function > that I get from my calculation as e.g. > x[0] = 10; y[0] = ... > x[1] = 9; > x[2] = 8; > > etc. so that x[0] > x[1] > x[2]... > Since I was new to interpolation, at first I could not understand the > error message: > > gsl: interp.c:134: ERROR: interpolation error > Default GSL error handler invoked. > Aborted
Thanks for the email. Your recommendation will be incorporated in the next release, so there will be a clearer error message and documentation in the manual. -- Brian Gough (GSL Maintainer) Network Theory Ltd, Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
