CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
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

Definition at line 19 of file CubicSplinePolynomial.icc.

References A, Q, V, and xPoints.

Member Data Documentation

◆ A

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

Definition at line 15 of file CubicSplinePolynomial.icc.

Referenced by computeSlopes().

◆ Q

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

Definition at line 17 of file CubicSplinePolynomial.icc.

Referenced by computeSlopes().

◆ stale

bool Genfun::CubicSplinePolynomial::Clockwork::stale

Definition at line 14 of file CubicSplinePolynomial.icc.

◆ V

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

Definition at line 16 of file CubicSplinePolynomial.icc.

Referenced by computeSlopes().

◆ xPoints

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

Definition at line 18 of file CubicSplinePolynomial.icc.

Referenced by computeSlopes().


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