Next: 2D Higher-level Interface, Previous: 2D Interpolation Types, Up: Interpolation [Index]
These functions return the interpolated value of z for a given
point (x,y), using the interpolation object interp, data
arrays xa, ya, and za and the accelerators xacc
and yacc. When x is outside the range of xa or y
is outside the range of ya, the error code
GSL_EDOM
is returned.
These functions return the interpolated value of z for a given point (x,y), using the interpolation object interp, data arrays xa, ya, and za and the accelerators xacc and yacc. The functions perform no bounds checking, so when x is outside the range of xa or y is outside the range of ya, extrapolation is performed.
These functions return the interpolated value d
= \partial z / \partial x for a given point (x,y),
using the interpolation object interp, data
arrays xa, ya, and za and the accelerators xacc
and yacc. When x is outside the range of xa or y
is outside the range of ya, the error code
GSL_EDOM
is returned.
These functions return the interpolated value d
= \partial z / \partial y for a given point (x,y),
using the interpolation object interp, data
arrays xa, ya, and za and the accelerators xacc
and yacc. When x is outside the range of xa or y
is outside the range of ya, the error code
GSL_EDOM
is returned.
These functions return the interpolated value d
= \partial^2 z / \partial x^2 for a given point (x,y),
using the interpolation object interp, data
arrays xa, ya, and za and the accelerators xacc
and yacc. When x is outside the range of xa or y
is outside the range of ya, the error code
GSL_EDOM
is returned.
These functions return the interpolated value d
= \partial^2 z / \partial y^2 for a given point (x,y),
using the interpolation object interp, data
arrays xa, ya, and za and the accelerators xacc
and yacc. When x is outside the range of xa or y
is outside the range of ya, the error code
GSL_EDOM
is returned.
These functions return the interpolated value d
= \partial^2 z / \partial x \partial y for a given point (x,y),
using the interpolation object interp, data
arrays xa, ya, and za and the accelerators xacc
and yacc. When x is outside the range of xa or y
is outside the range of ya, the error code
GSL_EDOM
is returned.
Next: 2D Higher-level Interface, Previous: 2D Interpolation Types, Up: Interpolation [Index]