.TRANSFORM.Math.Interpolation.Bicubic

Contents

Name Description
 bicubic_eval Bicubic (2D) interpolation. Throws error outside of table range.
 bicubic_eval_extrap Bicubic (2D) interpolation. Extrapolates outside of table range.
 bicubic_eval_deriv_dt Bicubic (2D) interpolation for table derivative wrt time. Throws error outside of table range.
 bicubic_eval_deriv_x Bicubic (2D) interpolation for table derivative wrt x. Throws error outside of table range.
 bicubic_eval_deriv_y Bicubic (2D) interpolation for table derivative wrt y. Throws error outside of table range.
 bicubic_eval_deriv_xx Bicubic (2D) interpolation for table double derivative wrt x. Throws error outside of table range.
 bicubic_eval_deriv_yy Bicubic (2D) interpolation for table double derivative wrt y. Throws error outside of table range.
 bicubic_eval_deriv_xy Bicubic (2D) interpolation for table double derivative wrt x and y (same as y and x). Throws error outside of table range.
 bicubic_eval_deriv_xy_alt Bicubic (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-05-04T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos