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

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.

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

Member Data Documentation

◆ a

double Genfun::DefiniteIntegral::Clockwork::a

◆ b

double Genfun::DefiniteIntegral::Clockwork::b

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