CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
Public Member Functions | Public Attributes | List of all members
Genfun::CubicSplinePolynomial::Clockwork Class Reference

Public Member Functions

void computeSlopes () const
 

Public Attributes

bool stale
 
CLHEP::HepMatrix A
 
CLHEP::HepVector V
 
CLHEP::HepVector Q
 
std::vector< std::pair< double, double > > xPoints
 

Detailed Description

Definition at line 11 of file CubicSplinePolynomial.icc.

Member Function Documentation

◆ computeSlopes()

void Genfun::CubicSplinePolynomial::Clockwork::computeSlopes ( ) const
inline

Member Data Documentation

◆ A

CLHEP::HepMatrix Genfun::CubicSplinePolynomial::Clockwork::A
mutable

Definition at line 15 of file CubicSplinePolynomial.icc.

◆ Q

CLHEP::HepVector Genfun::CubicSplinePolynomial::Clockwork::Q
mutable

Definition at line 17 of file CubicSplinePolynomial.icc.

Referenced by Genfun::CubicSplinePolynomial::operator()().

◆ stale

bool Genfun::CubicSplinePolynomial::Clockwork::stale

◆ V

CLHEP::HepVector Genfun::CubicSplinePolynomial::Clockwork::V
mutable

Definition at line 16 of file CubicSplinePolynomial.icc.

◆ xPoints

std::vector<std::pair<double,double> > Genfun::CubicSplinePolynomial::Clockwork::xPoints

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