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

◆ polint()

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, and x.

Member Data Documentation

◆ a

double Genfun::DefiniteIntegral::Clockwork::a

Definition at line 104 of file DefiniteIntegral.cc.

Referenced by Genfun::DefiniteIntegral::DefiniteIntegral().

◆ b

double Genfun::DefiniteIntegral::Clockwork::b

Definition at line 105 of file DefiniteIntegral.cc.

Referenced by Genfun::DefiniteIntegral::DefiniteIntegral().

◆ EPS

double Genfun::DefiniteIntegral::Clockwork::EPS

◆ K

unsigned int Genfun::DefiniteIntegral::Clockwork::K

◆ MAXITER

unsigned int Genfun::DefiniteIntegral::Clockwork::MAXITER

◆ nFunctionCalls

unsigned int Genfun::DefiniteIntegral::Clockwork::nFunctionCalls
mutable

◆ type

DefiniteIntegral::Type Genfun::DefiniteIntegral::Clockwork::type

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