23 #ifndef O2SCL_INTERP2_EQI_H 24 #define O2SCL_INTERP2_EQI_H 33 #ifndef DOXYGEN_NO_O2NS 68 double interp(
double x,
double y);
86 else if (type<=3) itype=3;
87 else if (type>=5) itype=6;
92 #ifndef DOXYGEN_NO_O2NS 102 #ifndef DOXYGEN_NO_O2NS The main O<span style='position: relative; top: 0.3em; font-size: 0.8em'>2</span>scl O$_2$scl names...
double yoff
Offset in y-direction.
double xoff
Offset in x-direction.
Two-dimensional interpolation for equally-spaced intervals.
int set_type(int type)
Set the interpolation type.
double interp(double x, double y)
Perform the 2-d interpolation.