Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
IParamFunctionfwd.h File Reference
Include dependency graph for IParamFunctionfwd.h:
This graph shows which files directly or indirectly include this file:

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

using ROOT::Math::IParametricFunctionMultiDim = IParametricFunctionMultiDimTempl< double >
 
using ROOT::Math::IParametricGradFunctionMultiDim = IParametricGradFunctionMultiDimTempl< double >
 
typedef IParametricFunctionOneDim ROOT::Math::IParamFunction
 
typedef IParametricGradFunctionOneDim ROOT::Math::IParamGradFunction
 
typedef IParametricFunctionMultiDim ROOT::Math::IParamMultiFunction
 
template<class T >
using ROOT::Math::IParamMultiFunctionTempl = IParametricFunctionMultiDimTempl< T >
 
typedef IParametricGradFunctionMultiDim ROOT::Math::IParamMultiGradFunction
 
template<class T >
using ROOT::Math::IParamMultiGradFunctionTempl = IParametricGradFunctionMultiDimTempl< T >