Engauge Digitizer 2
Loading...
Searching...
No Matches
FittingCurveCoefficients.h File Reference
#include <QList>
Include dependency graph for FittingCurveCoefficients.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef QVector< double > FittingCurveCoefficients
 Coefficients x0, x1, ... in y = a0 + a1 * x + a2 * x^2 + ...

Typedef Documentation

◆ FittingCurveCoefficients

typedef QVector<double> FittingCurveCoefficients

Coefficients x0, x1, ... in y = a0 + a1 * x + a2 * x^2 + ...

Definition at line 13 of file FittingCurveCoefficients.h.