Public Member Functions | |
double | operator() (const double &x) const |
Evaluation of the polynomial. More... | |
Polynomial () | |
Default constructor (needed for construction of a vector) More... | |
Polynomial (const std::vector< double > &coefficients) | |
Private Attributes | |
std::vector< double > | theCoeffs |
Helper class for construction & evaluation of a polynomial
Definition at line 24 of file GsfBetheHeitlerUpdator.h.
|
inline |
Default constructor (needed for construction of a vector)
Definition at line 27 of file GsfBetheHeitlerUpdator.h.
|
inline |
Constructor from a vector of coefficients (in decreasing order of powers of x)
Definition at line 31 of file GsfBetheHeitlerUpdator.h.
|
inline |
Evaluation of the polynomial.
Definition at line 34 of file GsfBetheHeitlerUpdator.h.
|
private |
Definition at line 41 of file GsfBetheHeitlerUpdator.h.
Referenced by operator()().