CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <LegendreFit.hh>
Public Member Functions | |
LegendreFit (unsigned int N) | |
LegendreFit (const LegendreFit &right) | |
virtual | ~LegendreFit () |
virtual double | operator() (double argument) const |
virtual double | operator() (const Argument &a) const |
unsigned int | order () const |
Parameter * | getFraction (unsigned int i) |
const Parameter * | getFraction (unsigned int i) const |
Parameter * | getPhase (unsigned int i) |
const Parameter * | getPhase (unsigned int i) const |
const LegendreCoefficientSet & | coefficientsA () const |
const LegendreCoefficientSet & | coefficientsASq () const |
void | recomputeCoefficients () const |
LegendreFit (unsigned int N) | |
LegendreFit (const LegendreFit &right) | |
virtual | ~LegendreFit () |
virtual double | operator() (double argument) const |
virtual double | operator() (const Argument &a) const |
unsigned int | order () const |
Parameter * | getFraction (unsigned int i) |
const Parameter * | getFraction (unsigned int i) const |
Parameter * | getPhase (unsigned int i) |
const Parameter * | getPhase (unsigned int i) const |
const LegendreCoefficientSet & | coefficientsA () const |
const LegendreCoefficientSet & | coefficientsASq () const |
void | recomputeCoefficients () 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 AbsFunction * | clone () 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 AbsFunction * | clone () 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 |
Definition at line 22 of file CLHEP/GenericFunctions/LegendreFit.hh.
Genfun::LegendreFit::LegendreFit | ( | unsigned int | N | ) |
Genfun::LegendreFit::LegendreFit | ( | const LegendreFit & | right | ) |
|
virtual |
Genfun::LegendreFit::LegendreFit | ( | unsigned int | N | ) |
Genfun::LegendreFit::LegendreFit | ( | const LegendreFit & | right | ) |
|
virtual |
const LegendreCoefficientSet & Genfun::LegendreFit::coefficientsA | ( | ) | const |
const LegendreCoefficientSet & Genfun::LegendreFit::coefficientsA | ( | ) | const |
const LegendreCoefficientSet & Genfun::LegendreFit::coefficientsASq | ( | ) | const |
const LegendreCoefficientSet & Genfun::LegendreFit::coefficientsASq | ( | ) | const |
Parameter * Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) |
Parameter * Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) |
const Parameter * Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) | const |
const Parameter * Genfun::LegendreFit::getFraction | ( | unsigned int | i | ) | const |
Parameter * Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) |
Parameter * Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) |
const Parameter * Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) | const |
const Parameter * Genfun::LegendreFit::getPhase | ( | unsigned int | i | ) | const |
Implements Genfun::AbsFunction.
Definition at line 39 of file CLHEP/GenericFunctions/LegendreFit.hh.
References a, and operator()().
Implements Genfun::AbsFunction.
Definition at line 39 of file GenericFunctions/LegendreFit.hh.
References a, and operator()().
Implements Genfun::AbsFunction.
Referenced by operator()().
Implements Genfun::AbsFunction.
unsigned int Genfun::LegendreFit::order | ( | ) | const |
unsigned int Genfun::LegendreFit::order | ( | ) | const |
void Genfun::LegendreFit::recomputeCoefficients | ( | ) | const |
void Genfun::LegendreFit::recomputeCoefficients | ( | ) | const |