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

Classes | Public Member Functions | Public Attributes | List of all members
Genfun::DefiniteIntegral::Clockwork Class Reference

Classes

class  QuadratureRule
class  TrapezoidQuadratureRule
class  XtMidpointQuadratureRule

Public Member Functions

void polint (std::vector< double >::iterator xArray, std::vector< double >::iterator yArray, double x, double &y, double &deltay) const

Public Attributes

double a
double b
DefiniteIntegral::Type type
unsigned int nFunctionCalls
unsigned int MAXITER
double EPS
unsigned int K

Detailed Description

Definition at line 14 of file DefiniteIntegral.cc.

Member Function Documentation

void Genfun::DefiniteIntegral::Clockwork::polint ( std::vector< double >::iterator  xArray,
std::vector< double >::iterator  yArray,
double  x,
double y,
double deltay 
) const

Definition at line 186 of file DefiniteIntegral.cc.

References K.

Referenced by Genfun::DefiniteIntegral::operator[]().

Member Data Documentation

double Genfun::DefiniteIntegral::Clockwork::a
double Genfun::DefiniteIntegral::Clockwork::b
double Genfun::DefiniteIntegral::Clockwork::EPS
unsigned int Genfun::DefiniteIntegral::Clockwork::K
unsigned int Genfun::DefiniteIntegral::Clockwork::MAXITER
unsigned int Genfun::DefiniteIntegral::Clockwork::nFunctionCalls
mutable
DefiniteIntegral::Type Genfun::DefiniteIntegral::Clockwork::type

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