CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#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 |
virtual double | operator() (const Argument &a) const |
Derivative | partial (unsigned int) const |
virtual bool | hasAnalyticDerivative () const |
Power (double n) | |
Power (int n) | |
Power (unsigned int n) | |
Power (const Power &right) | |
virtual | ~Power () |
virtual double | operator() (double argument) const |
virtual double | operator() (const Argument &a) const |
Derivative | partial (unsigned int) const |
virtual bool | hasAnalyticDerivative () const |
Definition at line 19 of file CLHEP/GenericFunctions/Power.hh.
Genfun::Power::Power | ( | int | n | ) |
Genfun::Power::Power | ( | unsigned int | n | ) |
Genfun::Power::Power | ( | const Power & | right | ) |
Genfun::Power::~Power | ( | ) | [virtual] |
Genfun::Power::Power | ( | int | n | ) |
Genfun::Power::Power | ( | unsigned int | n | ) |
Genfun::Power::Power | ( | const Power & | right | ) |
virtual Genfun::Power::~Power | ( | ) | [virtual] |
virtual bool Genfun::Power::hasAnalyticDerivative | ( | ) | const [inline, virtual] |
Reimplemented from Genfun::AbsFunction.
Definition at line 45 of file CLHEP/GenericFunctions/Power.hh.
virtual bool Genfun::Power::hasAnalyticDerivative | ( | ) | const [inline, virtual] |
Reimplemented from Genfun::AbsFunction.
Definition at line 45 of file GenericFunctions/Power.hh.
Implements Genfun::AbsFunction.
Definition at line 33 of file Power.cc.
References f().
Referenced by operator()().
Implements Genfun::AbsFunction.
Implements Genfun::AbsFunction.
Definition at line 39 of file CLHEP/GenericFunctions/Power.hh.
References operator()().
Implements Genfun::AbsFunction.
Definition at line 39 of file GenericFunctions/Power.hh.
References operator()().
Derivative Genfun::Power::partial | ( | unsigned int | index | ) | const [virtual] |
Derivative Genfun::Power::partial | ( | unsigned | int | ) | const [virtual] |
Reimplemented from Genfun::AbsFunction.