CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <Power.hh>
Public Member Functions | |
Power (double n) | |
Power (int n) | |
Power (unsigned int n) | |
Power (const Power &right) | |
virtual | ~Power () |
virtual double | operator() (double argument) const override |
virtual double | operator() (const Argument &a) const override |
Derivative | partial (unsigned int) const override |
virtual bool | hasAnalyticDerivative () const override |
Public Member Functions inherited from Genfun::AbsFunction | |
AbsFunction () | |
AbsFunction (const AbsFunction &right) | |
virtual | ~AbsFunction () |
virtual unsigned int | dimensionality () const |
virtual double | operator() (double argument) const =0 |
virtual double | operator() (const Argument &argument) const =0 |
virtual AbsFunction * | clone () const =0 |
virtual FunctionComposition | operator() (const AbsFunction &f) const |
virtual ParameterComposition | operator() (const AbsParameter &p) const |
Derivative | derivative (const Variable &v) const |
Derivative | prime () const |
virtual bool | hasAnalyticDerivative () const |
virtual Derivative | partial (unsigned int) const |
Genfun::Power::Power | ( | double | n | ) |
Genfun::Power::Power | ( | int | n | ) |
Genfun::Power::Power | ( | unsigned int | n | ) |
Genfun::Power::Power | ( | const Power & | right | ) |
Definition at line 24 of file Power.cc.
|
inlineoverridevirtual |
Implements Genfun::AbsFunction.
Definition at line 39 of file Power.hh.
Implements Genfun::AbsFunction.
Definition at line 34 of file Power.cc.
Referenced by operator()().
|
overridevirtual |
Reimplemented from Genfun::AbsFunction.
Definition at line 62 of file Power.cc.