CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Genfun::Power Class Reference

#include <CLHEP/GenericFunctions/Power.hh>

Inheritance diagram for Genfun::Power:
Genfun::AbsFunction

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 AbsFunctionclone () 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

Detailed Description

Author

Definition at line 19 of file Power.hh.

Constructor & Destructor Documentation

◆ Power() [1/4]

Genfun::Power::Power ( double n)

Referenced by Power().

◆ Power() [2/4]

Genfun::Power::Power ( int n)

◆ Power() [3/4]

Genfun::Power::Power ( unsigned int n)

◆ Power() [4/4]

Genfun::Power::Power ( const Power & right)

References Power().

◆ ~Power()

virtual Genfun::Power::~Power ( )
virtual

Member Function Documentation

◆ hasAnalyticDerivative()

virtual bool Genfun::Power::hasAnalyticDerivative ( ) const
inlineoverridevirtual

Reimplemented from Genfun::AbsFunction.

Definition at line 45 of file Power.hh.

◆ operator()() [1/2]

virtual double Genfun::Power::operator() ( const Argument & a) const
inlineoverridevirtual

Implements Genfun::AbsFunction.

Definition at line 39 of file Power.hh.

References operator()().

◆ operator()() [2/2]

virtual double Genfun::Power::operator() ( double argument) const
overridevirtual

Implements Genfun::AbsFunction.

Referenced by operator()().

◆ partial()

Derivative Genfun::Power::partial ( unsigned int ) const
overridevirtual

Reimplemented from Genfun::AbsFunction.


The documentation for this class was generated from the following file: