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;
virtual | ~Functor() |
virtual ROOT::Math::Functor::ImplBase* | Clone() const |
ROOT::Math::Functor | Functor() |
ROOT::Math::Functor | Functor(const ROOT::Math::Functor& rhs) |
ROOT::Math::Functor | Functor(void* p, unsigned int dim, const char* className = 0, const char* methodName = 0) |
virtual unsigned int | NDim() const |
double | ROOT::Math::IBaseFunctionMultiDim::operator()(const double* x) const |
ROOT::Math::Functor& | operator=(const ROOT::Math::Functor& rhs) |
virtual double | DoEval(const double* x) const |
auto_ptr<ROOT::Math::FunctorImpl<ROOT::Math::IBaseFunctionMultiDim> > | fImpl | pointer to base functor handler |
construct from a pointer to member function (multi-dim type)
{}
construct from a callable object of multi-dimension with the right signature (implementing operator()(double *x)
{}