Classes | |
| class | ROOT::Math::WrappedParamFunction< FuncPtr > | 
| WrappedParamFunction class to wrap any multi-dimensional function object 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 | |
| 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 double(* | ROOT::Math::FreeParamMultiFunctionPtr) (const double *, const double *) |