Engauge Digitizer  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs
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 + ... More...
 

Typedef Documentation

typedef QVector<double> FittingCurveCoefficients

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

Definition at line 13 of file FittingCurveCoefficients.h.