32double polyfit(
size_t deg, span<const double> x, span<const double> y,
33 span<const double> w, span<double> p);
This file contains definitions of constants, types and terms that are used in internal routines and a...
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.
Namespace for the Cantera kernel.