BILINEAR Function

Standard Library function that creates an array containing values calculated using a bilinear interpolation to solve for requested points interior to an input grid specified by the input array.

Usage

Input Parameters

Returned Value

Keywords

Discussion


TIP: Using two-dimensional arrays for x and y with BILINEAR in-creases the speed of the algorithm. If x and y are one-dimensional, they are converted to two-dimensional arrays before they are returned by the function. This permits them to be reused in subsequent calls to BILINEAR, thereby saving time.

Example 1



Example 2











See Also





doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.