gsl_root_test_residual(double f, double epsabs)

Brian Gough bjg@network-theory.co.uk
Thu Sep 9 08:00:00 GMT 2004


Karsten Howes writes:
 > I am working with the 1D root finder framework and I am trying to figure 
 > out how to get the value of my function at the current best root estimate 
 > (without re-evaluating my function of course).  

You do need to evaluate the function f(root).  Depending on the
algorithm it may not be a reevaluation (see e.g. bisection).

-- 
Brian Gough

Network Theory Ltd,
Commercial support for GSL --- http://www.network-theory.co.uk/gsl/



More information about the Gsl-discuss mailing list