[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Interpolation type with no re-compiling
From: |
Inigo Aldazabal Mensa |
Subject: |
Re: [Help-gsl] Interpolation type with no re-compiling |
Date: |
Tue, 29 May 2018 16:42:31 +0200 |
Hi Mohammad,
You should pass the interpolation desired options through command line
options/parameters or though an input file (that you should of
course define and parse yourself within your program).
I.
On Tue,
29 May 2018 16:31:20 +0200 Mohammad Akhlaghi
<address@hidden> wrote:
> Hello,
>
> In the interpolation section, the GSL manual says: "The interpolation
> types are interchangeable, allowing different methods to be used
> without recompiling":
>
> https://www.gnu.org/software/gsl/doc/html/interp.html#d-interpolation-functions
>
> But in the interpolation section, I couldn't find any environment
> variables to set the interpolation type without the need to recompile.
>
> From the description, I was expecting it to be similar to
> environment variables that allow setting a random number generator
> and seed without compiling:
>
> https://www.gnu.org/software/gsl/doc/html/rng.html#random-number-environment-variables
>
> If I have missed it, could you please point me to the part of the
> manual that discusses how we can change the interpolation type
> without re-compiling?
>
> Thank you very much,
> Mohammad
>