Cantera  4.0.0a1
Loading...
Searching...
No Matches
polyfit.h File Reference
Include dependency graph for polyfit.h:
This graph shows which files directly or indirectly include this file:

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.