Definition at line 182 of file WrappedFunction.h.
Public Member Functions | |
| WrappedMemMultiFunction (FuncObj &obj, MemFuncPtr memFn, unsigned int dim=1) | |
| construct from the pointer to the object and the member function   | |
| WrappedMemMultiFunction * | Clone () const override | 
| clone (required by the interface)   | |
| unsigned int | NDim () const override | 
| Retrieve the dimension of the function.   | |
  Public Member Functions inherited from ROOT::Math::IBaseFunctionMultiDimTempl< T > | |
| virtual | ~IBaseFunctionMultiDimTempl ()=default | 
| virtual bool | HasGradient () const | 
| T | operator() (const T *x) const | 
| Evaluate the function at a point x[].   | |
Private Member Functions | |
| double | DoEval (const double *x) const override | 
Private Attributes | |
| unsigned int | fDim | 
| MemFuncPtr | fMemFunc | 
| FuncObj * | fObj | 
Additional Inherited Members | |
  Public Types inherited from ROOT::Math::IBaseFunctionMultiDimTempl< T > | |
| typedef T | BackendType | 
| typedef IBaseFunctionMultiDimTempl< T > | BaseFunc | 
#include <Math/WrappedFunction.h>
      
  | 
  inline | 
construct from the pointer to the object and the member function
Definition at line 190 of file WrappedFunction.h.
      
  | 
  inlineoverridevirtual | 
clone (required by the interface)
Implements ROOT::Math::IBaseFunctionMultiDimTempl< T >.
Definition at line 199 of file WrappedFunction.h.
      
  | 
  inlineoverrideprivate | 
Definition at line 208 of file WrappedFunction.h.
      
  | 
  inlineoverridevirtual | 
Retrieve the dimension of the function.
Implements ROOT::Math::IBaseFunctionMultiDimTempl< T >.
Definition at line 204 of file WrappedFunction.h.
      
  | 
  private | 
Definition at line 215 of file WrappedFunction.h.
      
  | 
  private | 
Definition at line 214 of file WrappedFunction.h.
      
  | 
  private | 
Definition at line 213 of file WrappedFunction.h.