Public Member Functions | |
float | operator() (float x) const |
Evaluation of the polynomial. More... | |
Polynomial () | |
Default constructor (needed for construction of a vector) More... | |
Polynomial (float coefficients[], int is) | |
Private Attributes | |
int | m_size = 0 |
float | theCoeffs [MaxOrder] = {0} |
Helper class for construction & evaluation of a polynomial
Definition at line 27 of file GsfBetheHeitlerUpdator.h.
|
inline |
Default constructor (needed for construction of a vector)
Definition at line 30 of file GsfBetheHeitlerUpdator.h.
|
inline |
Constructor from a vector of coefficients (in decreasing order of powers of x)
Definition at line 34 of file GsfBetheHeitlerUpdator.h.
References mps_fire::i, m_size, and theCoeffs.
|
inline |
Evaluation of the polynomial.
Definition at line 39 of file GsfBetheHeitlerUpdator.h.
References mps_fire::i, m_size, theCoeffs, and x.
|
private |
Definition at line 48 of file GsfBetheHeitlerUpdator.h.
Referenced by operator()(), and Polynomial().
|
private |
Definition at line 47 of file GsfBetheHeitlerUpdator.h.
Referenced by operator()(), and Polynomial().