This is the mail archive of the
gsl-discuss@sourceware.org
mailing list for the GSL project.
Re: [PATCH] Add Greville abscissae functionality to B-splines
Nice work, I have added your patch to the repository and
inserted the appropriate gsl_bspline_free's in test.c.
Patrick
On Mon, Jun 15, 2009 at 09:43:46AM -0500, Rhys Ulerich wrote:
> Thanks guys.
>
> FYI, I woke up this morning and realized I forgot a gsl_bspline_free
> call at the bottom of each of the unit test blocks in test.c.
>
> - Rhys
>
> On Mon, Jun 15, 2009 at 5:26 AM, Brian Gough<bjg@network-theory.co.uk> wrote:
> > At Sun, 14 Jun 2009 12:02:10 -0500,
> > Rhys Ulerich wrote:
> >> ?This change adds computing Greville abscissae to the GSL B-spline
> >> ?routines. ?Updates to unit tests and documentation are included.
> >> ?The routines are written so that if the b-spline classes have lower
> >> ?continuity basis added later (i.e. by adding multiple knots per
> >> ?interior breakpoint), these should continue to do the right thing.
> >
> > Cool. I'll let Patrick take care of these.
> >
> > --
> > Brian Gough
> >
> >