Re: RE : GSL - bspline
Patrick Alken <patrick.alken <at> colorado.edu>
2008-01-08 20:16:08 GMT
Thank you for reporting this. I have fixed it in the latest CVS.
On Tue, Nov 27, 2007 at 10:30:24PM +0100, Christophe Cloquet wrote:
> Dear Patrick,
>
> Thanks for your e-mail. I apologize for this extremely late answer. I
> enclosed a sample code in this mail. I don't actually know if this is a
> bug, or a bad implementation from my side.
>
> The code defines a cubic spline basis bw3, then a linear spline basis bw2
> based on bw3. The problem arise when evaluating the splines in bw2 at the
> last breakpoint. It is only a minor problem, and I could fix it for my
> application. The final aim is to compute the second derivative of the bw3
> basis, based on De Boor, Practical Guide to splines, 1978, p. 138.
>
> If something is unclear, please ask me. I'll try to answer as soon as
> possible.
>
>
>
> Best regards,
>
>
>
> Christophe
>
> Here is the code :
> ====================================================================================
>
> #include <stdlib.h>
(Continue reading)