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

Public Types | Public Member Functions | List of all members
Genfun::LegendreExpansion Class Reference

#include <LegendreExpansion.hh>

Inheritance diagram for Genfun::LegendreExpansion:
Genfun::AbsFunction Genfun::AbsFunction

Public Types

enum  Type {
  REAL , IMAG , MAG , MAGSQ ,
  REAL , IMAG , MAG , MAGSQ
}
 
enum  Type {
  REAL , IMAG , MAG , MAGSQ ,
  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
 
virtual double operator() (const Argument &a) const
 
const LegendreCoefficientSetcoefficientSet () const
 
 LegendreExpansion (Type type, const LegendreCoefficientSet &coefficients)
 
 LegendreExpansion (const LegendreExpansion &right)
 
virtual ~LegendreExpansion ()
 
virtual double operator() (double argument) const
 
virtual double operator() (const Argument &a) const
 
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
 
 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 CLHEP/GenericFunctions/LegendreExpansion.hh.

Member Enumeration Documentation

◆ Type [1/2]

Enumerator
REAL 
IMAG 
MAG 
MAGSQ 
REAL 
IMAG 
MAG 
MAGSQ 

Definition at line 25 of file CLHEP/GenericFunctions/LegendreExpansion.hh.

◆ Type [2/2]

Enumerator
REAL 
IMAG 
MAG 
MAGSQ 
REAL 
IMAG 
MAG 
MAGSQ 

Definition at line 25 of file GenericFunctions/LegendreExpansion.hh.

Constructor & Destructor Documentation

◆ LegendreExpansion() [1/4]

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

◆ LegendreExpansion() [2/4]

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

◆ ~LegendreExpansion() [1/2]

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

◆ LegendreExpansion() [3/4]

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

◆ LegendreExpansion() [4/4]

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

◆ ~LegendreExpansion() [2/2]

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

Member Function Documentation

◆ coefficientSet() [1/2]

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

◆ coefficientSet() [2/2]

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

◆ operator()() [1/4]

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

Implements Genfun::AbsFunction.

Definition at line 38 of file CLHEP/GenericFunctions/LegendreExpansion.hh.

References a, and operator()().

◆ operator()() [2/4]

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

Implements Genfun::AbsFunction.

Definition at line 38 of file GenericFunctions/LegendreExpansion.hh.

References a, and operator()().

◆ operator()() [3/4]

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

Implements Genfun::AbsFunction.

Referenced by operator()().

◆ operator()() [4/4]

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

Implements Genfun::AbsFunction.


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