#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 deg, span< const double > x, span< const double > y, span< const double > w, span< double > p) |
| Fits a polynomial function to a set of data points. | |