interpolate.h マニュアル

(The documentation of interpolate.h)

Last update: 2023/4/26


interpolate.hでは データの補間を行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to interpolate data are defined in interpolate.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
interpolate2D_3p 最寄りの3地点での2次元データを用いて 指定した任意の地点での値を計算する。
Compute the value of a 2-D data at an arbitrary specified point from the data values at nearest three points.