#include <ChebyshevFit1D.h>
The class ChebyshevFit1D allows one to fit a function with chebyshev polynomials with given measurements m_i
Definition at line 31 of file ChebyshevFit1D.h.
◆ ChebyshevFit1D() [1/2]
o2::gpu::ChebyshevFit1D::ChebyshevFit1D |
( |
| ) |
|
|
inline |
◆ ChebyshevFit1D() [2/2]
o2::gpu::ChebyshevFit1D::ChebyshevFit1D |
( |
int32_t |
order, |
|
|
double |
xMin, |
|
|
double |
xMax |
|
) |
| |
|
inline |
◆ ~ChebyshevFit1D()
o2::gpu::ChebyshevFit1D::~ChebyshevFit1D |
( |
| ) |
|
|
default |
◆ addMeasurement()
void o2::gpu::ChebyshevFit1D::addMeasurement |
( |
double |
x, |
|
|
double |
m |
|
) |
| |
|
inline |
◆ eval()
double o2::gpu::ChebyshevFit1D::eval |
( |
double |
x | ) |
|
|
inline |
◆ fit()
void ChebyshevFit1D::fit |
( |
| ) |
|
◆ getCoefficients()
const std::vector< double > & o2::gpu::ChebyshevFit1D::getCoefficients |
( |
| ) |
const |
|
inline |
◆ getNmeasurements()
int32_t o2::gpu::ChebyshevFit1D::getNmeasurements |
( |
| ) |
const |
|
inline |
◆ print()
void ChebyshevFit1D::print |
( |
| ) |
|
◆ reset() [1/2]
void ChebyshevFit1D::reset |
( |
| ) |
|
◆ reset() [2/2]
void ChebyshevFit1D::reset |
( |
int32_t |
order, |
|
|
double |
xMin, |
|
|
double |
xMax |
|
) |
| |
The documentation for this class was generated from the following files: