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

Public Types | Public Member Functions
Genfun::LegendreExpansion Class Reference

#include <LegendreExpansion.hh>

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

List of all members.

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 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 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

Enumerator:
REAL 
IMAG 
MAG 
MAGSQ 
REAL 
IMAG 
MAG 
MAGSQ 

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

Enumerator:
REAL 
IMAG 
MAG 
MAGSQ 
REAL 
IMAG 
MAG 
MAGSQ 

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


Constructor & Destructor Documentation

Genfun::LegendreExpansion::LegendreExpansion ( Type  type,
const LegendreCoefficientSet coefficients 
)
Genfun::LegendreExpansion::LegendreExpansion ( const LegendreExpansion right)
virtual Genfun::LegendreExpansion::~LegendreExpansion ( )
virtual
Genfun::LegendreExpansion::LegendreExpansion ( Type  type,
const LegendreCoefficientSet coefficients 
)
Genfun::LegendreExpansion::LegendreExpansion ( const LegendreExpansion right)
virtual Genfun::LegendreExpansion::~LegendreExpansion ( )
virtual

Member Function Documentation

const LegendreCoefficientSet& Genfun::LegendreExpansion::coefficientSet ( ) const
const LegendreCoefficientSet& Genfun::LegendreExpansion::coefficientSet ( ) const
virtual double Genfun::LegendreExpansion::operator() ( double  argument) const
virtual

Implements Genfun::AbsFunction.

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

Implements Genfun::AbsFunction.

Referenced by operator()().

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

Implements Genfun::AbsFunction.

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

References operator()().

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

Implements Genfun::AbsFunction.

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

References operator()().


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