#include <GteRootsBrentsMethod.h>
Static Public Member Functions | |
static bool | Find (std::function< Real(Real)> const &F, Real t0, Real t1, unsigned int maxIterations, Real negFTolerance, Real posFTolerance, Real stepTTolerance, Real convTTolerance, Real &root) |
Definition at line 46 of file GteRootsBrentsMethod.h.
|
static |
Definition at line 62 of file GteRootsBrentsMethod.h.