help-gsl
[Top][All Lists]
Advanced

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

[Help-gsl] Segfault with single dimensional root finder


From: JJ Harrison
Subject: [Help-gsl] Segfault with single dimensional root finder
Date: Wed, 13 Feb 2008 22:04:18 +1100

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. What
would cause this?

Thanks

 



reply via email to

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