[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] Re: Interpolation
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl] Re: Interpolation |
Date: |
Tue, 07 Dec 2010 18:16:43 +0000 |
User-agent: |
Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) |
At Sun, 05 Dec 2010 14:13:16 +0300,
Евгений Курбатов wrote:
>
> [1 <text/plain (7bit)>]
> Hi Brian!
>
> Here the patches, the hardcoded range checkup and fix for error codes
> returning.
>
> interp.c.patch - performs a range checkup in gsl_interp_eval_... functions
>
> akima.c.patch
> cspline.c.patch - return GSL_EINVAL (as in linear.c), instead of GSL_FAILURE,
> when ordering violation of x_array.
Thanks for the patch, I will apply it.