#include "gsl/gsl_vector.h"#include "gsl/gsl_matrix.h"#include "gsl/gsl_multiroots.h"#include "gsl/gsl_blas.h"#include "GSLMultiRootFunctionWrapper.h"#include "Math/IFunction.h"#include "Math/Error.h"#include <vector>#include <string>#include <cassert>| Classes | |
| class | ROOT::Math::GSLMultiRootBaseSolver | 
| GSLMultiRootBaseSolver, internal class for implementing GSL multi-root finders This is the base class for GSLMultiRootSolver (solver not using derivatives) and GSLMUltiRootDerivSolver (solver using derivatives)  More... | |
| class | ROOT::Math::GSLMultiRootDerivSolver | 
| GSLMultiRootDerivSolver, internal class for implementing GSL multi-root finders using derivatives.  More... | |
| class | ROOT::Math::GSLMultiRootSolver | 
| GSLMultiRootSolver, internal class for implementing GSL multi-root finders not using derivatives.  More... | |
| Namespaces | |
| namespace | ROOT | 
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
| namespace | ROOT::Math |