16#ifndef ROO_INV_TRANSFORM
17#define ROO_INV_TRANSFORM
25 inline double operator()(
const double xvector[])
const override {
26 double xinv= 1./xvector[0];
27 return (*
_func)(&xinv)*xinv*xinv;
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
virtual double getMaxLimit(UInt_t dimension) const =0
virtual double getMinLimit(UInt_t dimension) const =0