Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:language_reference:objects:interpolatingfunction:functions:monotoniccspline [2019/09/09 15:02] – created Martin Brassdocumentation:language_reference:objects:interpolatingfunction:functions:monotoniccspline [2019/09/12 15:10] (current) Martin Brass
Line 1: Line 1:
 {{indexmenu_n>999}} {{indexmenu_n>999}}
-====== MonotonicCSpline ======+====== HermiteCSpline ======
  
 ### ###
-InterpolatingFunction.MonotonicCSpline(x,y) creates a C-Spline that is monotonic if the values y are monotonic+InterpolatingFunction.HermiteCSpline(x,y,m) creates a [[https://en.wikipedia.org/wiki/Cubic_Hermite_spline|Cubic-Hermite-Spline]] with knots x, values y and slopes m (all tables of realvalues)
  
-see also https://en.wikipedia.org/wiki/Monotone_cubic_interpolation+InterpolatingFunction.HermiteCSpline(x,y) creates a [[https://en.wikipedia.org/wiki/Monotone_cubic_interpolation|Monotone-Cubic-Spline]] where the slopes are chosen such that the returned function is monotonic if y is monotonic
 ### ###
  
Print/export