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 |
![]() | |
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 |
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 |
Definition at line 19 of file CLHEP/GenericFunctions/Power.hh.
Genfun::Power::Power | ( | double | n | ) |
Genfun::Power::Power | ( | int | n | ) |
Genfun::Power::Power | ( | unsigned int | n | ) |
Genfun::Power::Power | ( | const Power & | right | ) |
|
virtual |
|
inlinevirtual |
Reimplemented from Genfun::AbsFunction.
Definition at line 45 of file CLHEP/GenericFunctions/Power.hh.
|
inlinevirtual |
Reimplemented from Genfun::AbsFunction.
Definition at line 45 of file GenericFunctions/Power.hh.
Implements Genfun::AbsFunction.
Definition at line 39 of file CLHEP/GenericFunctions/Power.hh.
References a, and operator()().
Implements Genfun::AbsFunction.
Definition at line 39 of file GenericFunctions/Power.hh.
References a, and operator()().
Implements Genfun::AbsFunction.
|
virtual |
|
virtual |
Reimplemented from Genfun::AbsFunction.