polilinear.h File Reference

Polilinear interpolation headers. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double polilinear (double *xa, double *ya, int n, double x, double ub, double lb)
 Do polinomial interpolation between 3 points for all data exepts the boundaries.


Detailed Description

Polilinear interpolation headers.

Definition in file polilinear.h.


Function Documentation

double polilinear ( double *  xa,
double *  ya,
int  n,
double  x,
double  lb,
double  ub 
)

Do polinomial interpolation between 3 points for all data exepts the boundaries.

Linear interpolation on the boundaries. Boundary values for extrapolation.

Definition at line 13 of file polilinear.cpp.

References i.

Referenced by Matrix1D< T >::Polilinear().

Here is the caller graph for this function:


Generated on Thu May 27 11:53:19 2010 for VERB_CODE_2.0 by  doxygen 1.5.9