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

Root finding with the bisection method. More...

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

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Result , typename Arg1 >
bool npstat::findRootUsingBisections (const Functor1< Result, Arg1 > &f, Result rhs, Arg1 x0, Arg1 x1, Arg1 tol, Arg1 *root)
 

Detailed Description

Root finding with the bisection method.

Author: I. Volobouev

October 2017