This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl_root_test_residual(double f, double epsabs)


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]