![]() |
![]() |
Public Member Functions | |
float | operator() (float x) const |
Evaluation of the polynomial. | |
Polynomial () | |
Default constructor (needed for construction of a vector) | |
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.
GCC11_FINAL< T, TOPO >::Polynomial::Polynomial | ( | ) | [inline] |
Default constructor (needed for construction of a vector)
Definition at line 37 of file GsfBetheHeitlerUpdator.h.
{}
GCC11_FINAL< T, TOPO >::Polynomial::Polynomial | ( | float | coefficients[], |
int | is | ||
) | [inline] |
float GCC11_FINAL< T, TOPO >::Polynomial::operator() | ( | float | x | ) | const [inline] |
int GCC11_FINAL< T, TOPO >::Polynomial::m_size = 0 [private] |
Definition at line 55 of file GsfBetheHeitlerUpdator.h.
float GCC11_FINAL< T, TOPO >::Polynomial::theCoeffs[MaxOrder] = {0} [private] |
Definition at line 54 of file GsfBetheHeitlerUpdator.h.