help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] GSL 2D interpolation


From: David Zaslavsky
Subject: Re: [Help-gsl] GSL 2D interpolation
Date: Tue, 27 Oct 2015 07:46:59 +0000

For what it's worth, there should be no differences in code between the
interp2d library and the gsl_interp2d module, except for the gsl_ prefix in
the names.

(The interp2d github page is not going away, for the record.)

:) David

On Mon, Oct 26, 2015 at 11:05 PM Patrick Alken <address@hidden>
wrote:

> On 10/26/2015 06:40 AM, Lai Zhong Yuan wrote:
> > Dear all,
> > Recently looking through the GSL user manual i found out that David
> Zaslavsky's interp2d routine has been included in GSL; however, it seems
> that it will only be there in "gsl-2.0", according to
> http://git.savannah.gnu.org/cgit/gsl.git/tree/NEWS (i have v1.15).
> > Does anyone know how i can obtain a working update of gsl that includes
> "gsl_interp2d.h" and "gsl_spline2d.h"? I tried including these files and
> other dependencies as best as i could by hand but this yields, as probably
> expected, errors when linking in GCC (no problems in compiling).
> >
> >
> > Regards,Lai
> For now you can work from the git:
>
> git clone git://git.savannah.gnu.org/gsl.git
>
> gsl-2.0 will hopefully be released within the week.
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]