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. |
Definition in file polilinear.h.
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().