library: libMathMore #include "GSLRootFinder.h" |
virtual | ~GSLRootFinder() |
ROOT::Math::GSLRootFinder | GSLRootFinder() |
int | Iterate() |
int | Iterations() const |
const char* | Name() const |
double | Root() const |
void | SetFunction(const ROOT::Math::IGradFunction&, double) |
void | SetFunction(const ROOT::Math::IGenFunction& f, double xlow, double xup) |
void | SetFunction(ROOT::Math::GSLRootFinder::GSLFuncPointer f, void* params, double xlow, double xup) |
int | Solve(int maxIter = 100, double absTol = 1E-3, double relTol = 1E-6) |
void | FreeSolver() |
void | SetSolver(ROOT::Math::GSLRootFSolver* s) |
ROOT::Math::GSLRootFinder | GSLRootFinder(const ROOT::Math::GSLRootFinder&) |
ROOT::Math::GSLRootFinder& | operator=(const ROOT::Math::GSLRootFinder&) |