npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
findRootInLogSpace.hh File Reference

Root finding in the log space by interval division. More...

#include "npstat/nm/SimpleFunctors.hh"
#include "npstat/nm/findRootInLogSpace.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Result , typename Arg1 >
bool npstat::findRootInLogSpace (const Functor1< Result, Arg1 > &f, const Result &rhs, const Arg1 &x0, double tol, Arg1 *x, double logstep=0.5)
 

Detailed Description

Root finding in the log space by interval division.

Author: I. Volobouev

November 2011