logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

c_nnpntd - interpolate at a single point

Access

       To use c_nnpntd, load the NCAR Graphics library ngmath.

Description

       x           The X coordinate of the point where interpolation is desired.

       y           The Y coordinate of the point where interpolation is desired.

       z           *z is the interpolated functional value at the point (X,Y).

Function Prototype

       void c_nnpntd(double, double, double *);

Name

       c_nnpntd - interpolate at a single point

See Also

       natgrid, natgrid_params, c_natgrids, c_nnpntinitd, c_nnpntendd.

       Complete documentation for Natgrid is available at URL
       http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html

Synopsis

       void c_nnpntd (x, y, z);

Usage

       This  functino is called when you want to interpolate at an individal point.  c_nnpntinitd must be called
       prior to calling c_nnpntd.  c_nnpntendd must be called to terminate single point mode.

See Also