#include "cantera/base/ct_defs.h"Go to the source code of this file.
Namespaces | |
| namespace | Cantera |
| Namespace for the Cantera kernel. | |
Functions | |
| double | polyfit (size_t n, size_t deg, const double *x, const double *y, const double *w, double *p) |
| Fits a polynomial function to a set of data points. | |