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

#include <CLHEP/GenericFunctions/AssociatedLegendre.hh>

Inheritance diagram for Genfun::AssociatedLegendre:
Genfun::AbsFunction

Public Member Functions

 AssociatedLegendre (unsigned int l, unsigned int m)
 
 AssociatedLegendre (const AssociatedLegendre &right)
 
virtual ~AssociatedLegendre ()
 
virtual double operator() (double argument) const override
 
virtual double operator() (const Argument &a) const override
 
unsigned int l () const
 
unsigned int m () const
 
- 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
 
virtual bool hasAnalyticDerivative () const
 
virtual Derivative partial (unsigned int) const
 

Detailed Description

Author

Definition at line 20 of file AssociatedLegendre.hh.

Constructor & Destructor Documentation

◆ AssociatedLegendre() [1/2]

Genfun::AssociatedLegendre::AssociatedLegendre ( unsigned int l,
unsigned int m )
inline

Definition at line 22 of file AssociatedLegendre.icc.

References Genfun::AbsFunction::AbsFunction(), l(), and m().

Referenced by AssociatedLegendre().

◆ AssociatedLegendre() [2/2]

Genfun::AssociatedLegendre::AssociatedLegendre ( const AssociatedLegendre & right)
inline

◆ ~AssociatedLegendre()

Genfun::AssociatedLegendre::~AssociatedLegendre ( )
inlinevirtual

Definition at line 31 of file AssociatedLegendre.icc.

Member Function Documentation

◆ l()

unsigned int Genfun::AssociatedLegendre::l ( ) const
inline

Definition at line 43 of file AssociatedLegendre.icc.

Referenced by AssociatedLegendre().

◆ m()

unsigned int Genfun::AssociatedLegendre::m ( ) const
inline

Definition at line 48 of file AssociatedLegendre.icc.

Referenced by AssociatedLegendre().

◆ operator()() [1/2]

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

Implements Genfun::AbsFunction.

Definition at line 37 of file AssociatedLegendre.hh.

References operator()().

◆ operator()() [2/2]

double Genfun::AssociatedLegendre::operator() ( double argument) const
inlineoverridevirtual

Implements Genfun::AbsFunction.

Definition at line 54 of file AssociatedLegendre.icc.

Referenced by operator()().


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