ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
GSLMultiRootFunctionWrapper.h File Reference
#include "gsl/gsl_multiroots.h"
#include "GSLMultiRootFunctionAdapter.h"
#include <cassert>
Include dependency graph for GSLMultiRootFunctionWrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Math::GSLMultiRootFunctionWrapper
 wrapper to a multi-dim function without derivatives for multi roots algorithm More...
 
class  ROOT::Math::GSLMultiRootDerivFunctionWrapper
 wrapper to a multi-dim function with derivatives for multi roots algorithm More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Typedefs

typedef double(* ROOT::Math::GSLMultiRootFPointer )(const gsl_vector *, void *, gsl_vector *)
 
typedef void(* ROOT::Math::GSLMultiRootDfPointer )(const gsl_vector *, void *, gsl_matrix *)
 
typedef void(* ROOT::Math::GSLMultiRootFdfPointer )(const gsl_vector *, void *, gsl_vector *, gsl_matrix *)