polilinear.cpp File Reference

Polilinear interpolation sources. More...

#include "../../Exceptions/error.h"

Include dependency graph for polilinear.cpp:

Go to the source code of this file.

Functions

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.


Detailed Description

Polilinear interpolation sources.

Author:
Y.Shprits

Definition in file polilinear.cpp.


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