Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
GSLMultiFitFunctionWrapper.h File Reference
#include "gsl/gsl_multifit.h"
#include "GSLMultiFitFunctionAdapter.h"
#include <cassert>

Classes

class  ROOT::Math::GSLMultiFitFunctionWrapper
 wrapper to a multi-dim function without derivatives for multi-dimensional minimization algorithm More...

Namespaces

namespace  ROOT
namespace  ROOT::Math

Typedefs

typedef void(* ROOT::Math::GSLMultiFitDfPointer) (const gsl_vector *, void *, gsl_matrix *)
typedef void(* ROOT::Math::GSLMultiFitFdfPointer) (const gsl_vector *, void *, gsl_vector *, gsl_matrix *)
typedef double(* ROOT::Math::GSLMultiFitFPointer) (const gsl_vector *, void *, gsl_vector *)