virtual | ~RootFinder<ROOT::Math::Roots::Steffenson>() |
int | Iterate() |
int | Iterations() const |
const char* | Name() const |
double | Root() const |
ROOT::Math::RootFinder<ROOT::Math::Roots::Steffenson> | RootFinder<ROOT::Math::Roots::Steffenson>() |
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) |