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

#include <CLHEP/GenericFunctions/Legendre.hh>

Inheritance diagram for Genfun::Legendre:
Genfun::AbsFunction

Public Member Functions

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

Detailed Description

Author

Definition at line 13 of file Legendre.hh.

Constructor & Destructor Documentation

◆ Legendre() [1/2]

Genfun::Legendre::Legendre ( unsigned int order)
inline

Definition at line 14 of file Legendre.icc.

Referenced by Legendre().

◆ Legendre() [2/2]

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

Definition at line 22 of file Legendre.icc.

References Legendre().

◆ ~Legendre()

Genfun::Legendre::~Legendre ( )
inlinevirtual

Definition at line 19 of file Legendre.icc.

Member Function Documentation

◆ operator()() [1/2]

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

Implements Genfun::AbsFunction.

Definition at line 30 of file Legendre.hh.

References operator()().

◆ operator()() [2/2]

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

Implements Genfun::AbsFunction.

Definition at line 29 of file Legendre.icc.

Referenced by operator()().


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