Logo ROOT   6.10/09
Reference Guide
Namespaces | Functions | Variables
GSLMultiRootFinder.cxx File Reference
#include "Math/IFunction.h"
#include "Math/GSLMultiRootFinder.h"
#include "GSLMultiRootSolver.h"
#include "Math/Error.h"
#include "gsl/gsl_multiroots.h"
#include "gsl/gsl_errno.h"
#include <cmath>
#include <iomanip>
#include <algorithm>
#include <functional>
#include <ctype.h>
Include dependency graph for GSLMultiRootFinder.cxx:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Functions

const gsl_multiroot_fdfsolver_type * ROOT::Math::GetGSLDerivType (GSLMultiRootFinder::EDerivType type)
 
const gsl_multiroot_fsolver_type * ROOT::Math::GetGSLType (GSLMultiRootFinder::EType type)
 

Variables

double ROOT::Math::gDefaultAbsTolerance = 1.E-6
 
int ROOT::Math::gDefaultMaxIter = 100
 
double ROOT::Math::gDefaultRelTolerance = 1.E-10