![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Two-dimensional interpolation for equally-spaced intervals. More...
#include <twod_eqi_intp.h>
This implements the relations from Abramowitz and Stegun:
3-point
4-point
6-point
Definition at line 56 of file twod_eqi_intp.h.
Public Member Functions | |
double | interp (double x, double y) |
Perform the 2-d interpolation. | |
int | set_type (int type) |
Set the interpolation type. | |
Data Fields | |
double | xoff |
Offset in x-direction. | |
double | yoff |
Offset in y-direction. |
int twod_eqi_intp::set_type | ( | int | type | ) | [inline] |
Definition at line 79 of file twod_eqi_intp.h.
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).