ATLAS Offline Software
|
#include <ChebyshevPolynomial.h>
Public Member Functions | |
ChebyshevPolynomial ()=default | |
default constructor More... | |
double | value (const int k, const double x) const |
get the value of the Chebyshev polynomial of k-th order at x, (-1 <= x <= 1) More... | |
This class class provides a Chebyshev polynomial of order k.
Definition at line 17 of file ChebyshevPolynomial.h.
|
default |
default constructor
get the value of the Chebyshev polynomial of k-th order at x, (-1 <= x <= 1)
Implements MuonCalib::BaseFunction.
Definition at line 8 of file ChebyshevPolynomial.cxx.