Two-dimensional interpolation for equally-spaced intervals. More...
#include <interp2_eqi.h>
This implements the relations from Abramowitz and Stegun:
3-point
4-point
6-point
Definition at line 60 of file interp2_eqi.h.
Public Member Functions | |
double | interp (double x, double y) |
Perform the 2-d interpolation. | |
int | set_type (int type) |
Set the interpolation type. More... | |
Public Attributes | |
double | xoff |
Offset in x-direction. | |
double | yoff |
Offset in y-direction. | |
Protected Attributes | |
int | itype |
|
inline |
Definition at line 84 of file interp2_eqi.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).