bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] gsl_multiroot_test_delta


From: Brian Gough
Subject: Re: [Bug-gsl] gsl_multiroot_test_delta
Date: Fri, 09 Nov 2007 14:53:36 +0000
User-agent: Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI)

At Wed, 7 Nov 2007 11:04:51 +0100 (CET),
address@hidden wrote:
> When checking the one-dimensional case, the gsl_root_test_delta code 
> contains the test
> 
>       if (fabs(x1 - x0) < tolerance || x1 == x0)
> 
> The problem above can be eliminated by replacing the test with
> 
>       if (fabs(dxi) < tolerance || dxi == 0)
> 
> which is the generalization of the one-dimensional test to the 
> multidimensional case.

Thanks for the bug report.  I'll change the routine to allow dxi == 0.

-- 
best regards,

Brian Gough
(GSL Maintainer)

Network Theory Ltd,
Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/




reply via email to

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