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 34 of file GsfBetheHeitlerUpdator.h.
|
inline |
Default constructor (needed for construction of a vector)
Definition at line 37 of file GsfBetheHeitlerUpdator.h.
|
inline |
Constructor from a vector of coefficients (in decreasing order of powers of x)
Definition at line 41 of file GsfBetheHeitlerUpdator.h.
References i, m_size, and theCoeffs.
|
inline |
Evaluation of the polynomial.
Definition at line 47 of file GsfBetheHeitlerUpdator.h.
References i, m_size, and theCoeffs.
|
private |
Definition at line 55 of file GsfBetheHeitlerUpdator.h.
Referenced by operator()(), and Polynomial().
|
private |
Definition at line 54 of file GsfBetheHeitlerUpdator.h.
Referenced by operator()(), and Polynomial().