#include "gsl/gsl_vector.h"
#include "gsl/gsl_matrix.h"
#include "gsl/gsl_multifit_nlinear.h"
#include "gsl/gsl_blas.h"
#include "gsl/gsl_version.h"
#include "GSLMultiFitFunctionWrapper.h"
#include "Math/IFunction.h"
#include "Math/MinimizerOptions.h"
#include "Math/GenAlgoOptions.h"
#include <string>
#include <vector>
#include <cassert>
Classes | |
class | ROOT::Math::GSLMultiFit2 |
GSLMultiFit2, internal class for implementing GSL non linear least square GSL fitting New class implementing new GSL non linear fitting methods introduced in GSL 2.2. More... | |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Math |