At Mon, 29 Jan 2007 19:15:31 +0100, Jan Tenfelde wrote: > Using the gsl-interpolation on a dataset (attached) with consecutive > equal x-values causes error and immediate abort of the routine. > > Console output (I don't know if this is helpful; routine was invoked via > Qtiplot): > gsl: interp.c:134: ERROR: interpolation error > Default GSL error handler invoked.
Thanks for your email. This is the normal behavior, the interpolation formulas are only defined for distinct x-values. -- best regards, Brian Gough (GSL Maintainer) _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
