Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
GSLFunctionWrapper.h File Reference
#include "gsl/gsl_math.h"
#include "Math/GSLFunctionAdapter.h"
#include <cassert>

Classes

class  ROOT::Math::GSLFunctionDerivWrapper
 class to wrap a gsl_function_fdf (with derivatives) More...
class  ROOT::Math::GSLFunctionWrapper
 Wrapper class to the gsl_function C structure. More...

Namespaces

namespace  ROOT
namespace  ROOT::Math

Typedefs

typedef void(* ROOT::Math::GSLFdfPointer) (double, void *, double *, double *)