ROOT » MATH » MATHCORE » ROOT::Math::Functor

class ROOT::Math::Functor: public ROOT::Math::IBaseFunctionMultiDim

 LM 7/2/2014:  no needed this : make template ctor of Functor1D and GradFunctor1D not
 available to CINT s

#if defined(__MAKECINT__) || defined(G__DICTIONARY)
 needed since CINT initialize it with TRootIOCtor
class TRootIOCtor;

Function Members (Methods)

private:
virtual doubleDoEval(const double* x) const

Data Members

private:
auto_ptr<ROOT::Math::Functor::Impl>fImplpointer to base functor handler

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

BaseFunc * Clone() const
 clone of the function handler (use copy-ctor)
unsigned int NDim() const
 constructor for multi-dimensional functions
double DoEval(const double* x) const
Functor()
      Default constructor

{}
Functor(const PtrObj& p, MemFn memFn, unsigned int dim )
       construct from a pointer to member function (multi-dim type)

{}
virtual ~Functor()
      Destructor (no operations)

{}