![]() |
ATLAS Offline Software
|
#include <SimplePolynomial.h>
Public Member Functions | |
SimplePolynomial ()=default | |
double | value (const int k, const double x) const |
get the value of the k-th base function at x More... | |
This class provides the simple polynomials x^k (k=0, 1, ...) as base functions for fits.
Definition at line 13 of file SimplePolynomial.h.
|
default |
get the value of the k-th base function at x
Implements MuonCalib::BaseFunction.
Definition at line 9 of file SimplePolynomial.cxx.