#include "cantera/numerics/polyfit.h"#include "cantera/numerics/eigen_dense.h"#include "cantera/base/global.h"#include "cantera/base/ctexceptions.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. | |