i,j is Cartesian ginterpolation grid with x_i=0...intorder, y_j=0...intorder
x,y is coordinate of to be interpolated point with respect to southwest point of interpolation stamp maesured in grid distance
INPUT:
intorder: order of interpolation
x: x-coordinate w.r.t southwest node point
y: y-coordinate w.r.t southwest node point
OUTPUT:
coeffs: coefficients of interpolating polynomial
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.