ROOT  6.06/09
Reference Guide
Classes | Namespaces | Typedefs
WrappedParamFunction.h File Reference
#include "Math/IParamFunction.h"
#include <vector>
+ Include dependency graph for WrappedParamFunction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Math::WrappedParamFunction< FuncPtr >
 WrappedParamFunction class to wrap any multi-dimensional function pbject implementing the operator()(const double * x, const double * p) in an interface-like IParamFunction with a vector storing and caching internally the parameter values. More...
 
class  ROOT::Math::WrappedParamFunctionGen< FuncPtr >
 WrappedParamGenFunction class to wrap any multi-dimensional function implementing the operator()(const double * ) in an interface-like IParamFunction, by fixing some of the variables and define them as parameters. More...
 

Namespaces

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

Typedefs

typedef double(* ROOT::Math::FreeParamMultiFunctionPtr) (const double *, const double *)