help-gsl
[Top][All Lists]
Advanced

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

Re: [Help-gsl] Segfault with single dimensional root finder


From: Jordi Gutiérrez Hermoso
Subject: Re: [Help-gsl] Segfault with single dimensional root finder
Date: Sat, 16 Feb 2008 14:39:29 -0600

On 13/02/2008, JJ Harrison <address@hidden> wrote:
> I have the following four lines for the initialisation of a root finder:
>
>
>
>    const gsl_root_fsolver_type *T;
>
>    gsl_root_fsolver *s;
>
>    T = gsl_root_fsolver_brent;
>
>    s = gsl_root_fsolver_alloc(T);
>
>
>
> The program segfaults right after gsl_root_fsolver_alloc() is called.

I can't reproduce this. What version of GSL are you using, how are you
compiling?

- Jordi G. H.




reply via email to

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