Cantera  2.0
Namespaces | Functions
polyfit.h File Reference

C interface for Fortran DPOLFT subroutine. More...

#include <vector>
#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

namespace  Cantera
 Provides class Nucleus.
 

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.
 

Detailed Description

C interface for Fortran DPOLFT subroutine.

Definition in file polyfit.h.