bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] bug report regarding gsl_diff_*


From: Brian Gough
Subject: Re: [Bug-gsl] bug report regarding gsl_diff_*
Date: Fri, 27 Feb 2004 17:21:01 +0000

Zegenhagen Stefan writes:
 > I think I've found a bug that makes the numerical differentiation
 > routines quite unusable in some cases.
 > The solution could be to either a stepsize relative to x in the
 > calculation of the higher order derivative(something like 
 > 
 >      double h = x * GSL_SQRT_DBL_EPSILON;
 > 
 > in the function header). This solution should avoid the restricted
 > precision problems.

Thanks for the bug report.

I agree with you, the fixed size algorithm used there is flawed.
Ideally it should be adaptive.  I've added this information to
BUG#13 in the BUGS file.

-- 
Brian Gough




reply via email to

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