#include "gsl/gsl_vector.h"
#include "gsl/gsl_matrix.h"
#include "gsl/gsl_multifit_nlin.h"
#include "gsl/gsl_blas.h"
#include "GSLMultiFitFunctionWrapper.h"
#include "Math/IFunction.h"
#include <string>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
namespace | ROOT::Math |
Classes | |
class | ROOT::Math::GSLMultiFit |