At Wed, 10 Dec 2008 18:32:53 -0800 (PST), Germán Arias wrote: > Hi, I want break the algorithm if the iteration is not making any progress, > But something like this > if (status == GSL_ENOPRG) > break;
> don't work. Any suggestion? If you use hybridj you should also check for GSL_ENOPROGJ. Otherwise it should work. If not, please send a small example program showing the problem to [email protected]. Thanks. -- Brian Gough (GSL Maintainer) Support freedom by joining the FSF! http://www.fsf.org/news/fall-2008-fundraiser _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
