CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions
Genfun::Power Class Reference

#include <Power.hh>

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

List of all members.

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

Detailed Description

Author:

Definition at line 19 of file CLHEP/GenericFunctions/Power.hh.


Constructor & Destructor Documentation

Definition at line 19 of file Power.cc.

Referenced by partial().

Definition at line 9 of file Power.cc.

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

Definition at line 14 of file Power.cc.

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

Definition at line 24 of file Power.cc.

Genfun::Power::~Power ( ) [virtual]

Definition at line 30 of file Power.cc.

Genfun::Power::Power ( unsigned int  n)
Genfun::Power::Power ( const Power right)
virtual Genfun::Power::~Power ( ) [virtual]

Member Function Documentation

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.

double Genfun::Power::operator() ( double  argument) const [virtual]

Implements Genfun::AbsFunction.

Definition at line 33 of file Power.cc.

References f().

Referenced by operator()().

virtual double Genfun::Power::operator() ( double  argument) const [virtual]

Implements Genfun::AbsFunction.

virtual double Genfun::Power::operator() ( const Argument a) const [inline, virtual]

Implements Genfun::AbsFunction.

Definition at line 39 of file CLHEP/GenericFunctions/Power.hh.

References operator()().

virtual double Genfun::Power::operator() ( const Argument a) const [inline, virtual]

Implements Genfun::AbsFunction.

Definition at line 39 of file GenericFunctions/Power.hh.

References operator()().

Derivative Genfun::Power::partial ( unsigned int  index) const [virtual]

Reimplemented from Genfun::AbsFunction.

Definition at line 61 of file Power.cc.

References Power().

Derivative Genfun::Power::partial ( unsigned  int) const [virtual]

Reimplemented from Genfun::AbsFunction.


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