.TRANSFORM.Math.Interpolation.Bicubic

Contents

NameDescription
 bicubic_evalBicubic (2D) interpolation. Throws error outside of table range.
 bicubic_eval_extrapBicubic (2D) interpolation. Extrapolates outside of table range.
 bicubic_eval_deriv_dtBicubic (2D) interpolation for table derivative wrt time. Throws error outside of table range.
 bicubic_eval_deriv_xBicubic (2D) interpolation for table derivative wrt x. Throws error outside of table range.
 bicubic_eval_deriv_yBicubic (2D) interpolation for table derivative wrt y. Throws error outside of table range.
 bicubic_eval_deriv_xxBicubic (2D) interpolation for table double derivative wrt x. Throws error outside of table range.
 bicubic_eval_deriv_yyBicubic (2D) interpolation for table double derivative wrt y. Throws error outside of table range.
 bicubic_eval_deriv_xyBicubic (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_altBicubic (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 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos