ATLAS Offline Software
|
#include <LegendrePolynomial.h>
Public Member Functions | |
LegendrePolynomial ()=default | |
double | value (const int k, const double x) const override final |
get the value of the k-th base function at x More... | |
This class provides a legendre polynomial of order k. It is derived from BaseFunction.
Definition at line 19 of file LegendrePolynomial.h.
|
default |
get the value of the k-th base function at x
Implements MuonCalib::BaseFunction.
Definition at line 9 of file LegendrePolynomial.cxx.