| virtual | ~RootFinder<ROOT::Math::Roots::FalsePos>() |
| int | Iterate() |
| int | Iterations() const |
| const char* | Name() const |
| double | Root() const |
| ROOT::Math::RootFinder<ROOT::Math::Roots::FalsePos> | RootFinder<ROOT::Math::Roots::FalsePos>() |
| void | SetFunction(const ROOT::Math::IGradFunction& f, double Root) |
| void | SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup) |
| int | Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6) |
| static int | TestDelta(double r1, double r0, double epsAbs, double epsRel) |
| static int | TestInterval(double xlow, double xup, double epsAbs, double epsRel) |
| static int | TestResidual(double f, double epsAbs) |