CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <ReverseExponential.hh>
Public Member Functions | |
ReverseExponential () | |
ReverseExponential (const ReverseExponential &right) | |
virtual | ~ReverseExponential () |
virtual double | operator() (double argument) const |
virtual double | operator() (const Argument &a) const |
Parameter & | decayConstant () |
Derivative | partial (unsigned int) const |
virtual bool | hasAnalyticDerivative () const |
ReverseExponential () | |
ReverseExponential (const ReverseExponential &right) | |
virtual | ~ReverseExponential () |
virtual double | operator() (double argument) const |
virtual double | operator() (const Argument &a) const |
Parameter & | decayConstant () |
Derivative | partial (unsigned int) const |
virtual bool | hasAnalyticDerivative () const |
Definition at line 20 of file CLHEP/GenericFunctions/ReverseExponential.hh.
Definition at line 10 of file ReverseExponential.cc.
Genfun::ReverseExponential::ReverseExponential | ( | const ReverseExponential & | right | ) |
Definition at line 14 of file ReverseExponential.cc.
Genfun::ReverseExponential::~ReverseExponential | ( | ) | [virtual] |
Definition at line 19 of file ReverseExponential.cc.
Genfun::ReverseExponential::ReverseExponential | ( | const ReverseExponential & | right | ) |
virtual Genfun::ReverseExponential::~ReverseExponential | ( | ) | [virtual] |
Definition at line 27 of file ReverseExponential.cc.
virtual bool Genfun::ReverseExponential::hasAnalyticDerivative | ( | ) | const [inline, virtual] |
Reimplemented from Genfun::AbsFunction.
Definition at line 46 of file CLHEP/GenericFunctions/ReverseExponential.hh.
virtual bool Genfun::ReverseExponential::hasAnalyticDerivative | ( | ) | const [inline, virtual] |
Reimplemented from Genfun::AbsFunction.
Definition at line 46 of file GenericFunctions/ReverseExponential.hh.
Implements Genfun::AbsFunction.
Definition at line 22 of file ReverseExponential.cc.
References Genfun::Parameter::getValue().
Referenced by operator()().
Implements Genfun::AbsFunction.
Implements Genfun::AbsFunction.
Definition at line 37 of file CLHEP/GenericFunctions/ReverseExponential.hh.
References operator()().
Implements Genfun::AbsFunction.
Definition at line 37 of file GenericFunctions/ReverseExponential.hh.
References operator()().
Derivative Genfun::ReverseExponential::partial | ( | unsigned int | index | ) | const [virtual] |
Reimplemented from Genfun::AbsFunction.
Definition at line 32 of file ReverseExponential.cc.
Derivative Genfun::ReverseExponential::partial | ( | unsigned | int | ) | const [virtual] |
Reimplemented from Genfun::AbsFunction.