CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
Genfun::LegendreExpansion Class Reference

#include <LegendreExpansion.hh>

+ Inheritance diagram for Genfun::LegendreExpansion:

Public Types

enum  Type { REAL , IMAG , MAG , MAGSQ }
 

Public Member Functions

 LegendreExpansion (Type type, const LegendreCoefficientSet &coefficients)
 
 LegendreExpansion (const LegendreExpansion &right)
 
virtual ~LegendreExpansion ()
 
virtual double operator() (double argument) const override
 
virtual double operator() (const Argument &a) const override
 
const LegendreCoefficientSetcoefficientSet () const
 
- Public Member Functions inherited from Genfun::AbsFunction
 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 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 19 of file LegendreExpansion.hh.

Member Enumeration Documentation

◆ Type

Constructor & Destructor Documentation

◆ LegendreExpansion() [1/2]

Genfun::LegendreExpansion::LegendreExpansion ( Type  type,
const LegendreCoefficientSet coefficients 
)

◆ LegendreExpansion() [2/2]

Genfun::LegendreExpansion::LegendreExpansion ( const LegendreExpansion right)

◆ ~LegendreExpansion()

virtual Genfun::LegendreExpansion::~LegendreExpansion ( )
virtual

Member Function Documentation

◆ coefficientSet()

const LegendreCoefficientSet & Genfun::LegendreExpansion::coefficientSet ( ) const

◆ operator()() [1/2]

virtual double Genfun::LegendreExpansion::operator() ( const Argument a) const
inlineoverridevirtual

Implements Genfun::AbsFunction.

Definition at line 38 of file LegendreExpansion.hh.

38{return operator() (a[0]);}
virtual double operator()(double argument) const override

◆ operator()() [2/2]

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

Implements Genfun::AbsFunction.

Referenced by operator()().


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