Cantera  2.1.2
Namespaces | Functions
polyfit.h File Reference

C interface for Fortran DPOLFT subroutine. More...

#include "cantera/base/ct_defs.h"
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

 Cantera
 Namespace for the Cantera kernel.
 

Functions

doublereal polyfit (int n, doublereal *x, doublereal *y, doublereal *w, int maxdeg, int &ndeg, doublereal eps, doublereal *r)
 Fits a polynomial function to a set of data points. More...
 

Detailed Description

C interface for Fortran DPOLFT subroutine.

Definition in file polyfit.h.