virtual | ~RootFinder() |
int | Iterate() |
int | Iterations() const |
const char* | Name() const |
double | Root() const |
ROOT::Math::RootFinder | RootFinder(ROOT::Math::RootFinder::EType type = RootFinder::kBRENT) |
bool | SetFunction(const ROOT::Math::IGradFunction& f, double xstart) |
bool | SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup) |
bool | SetMethod(ROOT::Math::RootFinder::EType type = RootFinder::kBRENT) |
bool | Solve(int maxIter = 100, double absTol = 1.0E-8, double relTol = 1.0E-10) |
bool | Solve<int, double>(int& f, double& d, double start, int maxIter = 100, double absTol = 1.0E-8, double relTol = 1.0E-10) |
bool | Solve<int>(int& f, double min, double max, int maxIter = 100, double absTol = 1.0E-8, double relTol = 1.0E-10) |
int | Status() const |