Logo ROOT  
Reference Guide
GSLMultiFitFunctionWrapper.h File Reference
#include "gsl/gsl_multifit.h"
#include "GSLMultiFitFunctionAdapter.h"
#include <cassert>
Include dependency graph for GSLMultiFitFunctionWrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

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

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
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 *)