.TRANSFORM.Math.Interpolation.Bilinear

Contents

Name Description
 bilinear_eval Bilinear (2D) interpolation. Throws error outside of table range.
 bilinear_eval_extrap Bilinear (2D) interpolation. Extrapolates outside of table range.
 bilinear_eval_deriv_dt Bilinear (2D) interpolation for table derivative wrt time. Throws error outside of table range.
 bilinear_eval_deriv_x Bilinear (2D) interpolation for table derivative wrt x. Throws error outside of table range.
 bilinear_eval_deriv_y Bilinear (2D) interpolation for table derivative wrt y. Throws error outside of table range.
 bilinear_eval_deriv_xx Bilinear (2D) interpolation for table double derivative wrt x. Throws error outside of table range.
 bilinear_eval_deriv_yy Bilinear (2D) interpolation for table double derivative wrt y. Throws error outside of table range.
 bilinear_eval_deriv_xy Bilinear (2D) interpolation for table double derivative wrt x and y (same as y and x). Throws error outside of table range.
 bilinear_eval_deriv_xy_alt Bilinear (2D) interpolation for table double derivative wrt x and y (same as y and x) [SAME AS *_eval_deriv_xy but derivative formatting]. Throws error outside of table range.

Generated at 2026-04-15T18:18:36Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos