Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:objects:interpolatingfunction:functions:monotoniccspline [2019/09/09 15:24] – rename Martin Brassdocumentation:language_reference:objects:interpolatingfunction:functions:monotoniccspline [2019/09/12 15:10] (current) Martin Brass
Line 3: Line 3:
  
 ### ###
-InterpolatingFunction.HermiteCSpline(x,y,m) creates a Cubic-Hermite-Spline with knots x, values y and slopes m (all tables of realvalues)+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)
  
-InterpolatingFunction.HermiteCSpline(x,y) creates a Monotone-Cubic-Spline where the slopes are chosen such that the returned function is monotonic if y is monotonic +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
- +
-see also https://en.wikipedia.org/wiki/Monotone_cubic_interpolation+
 ### ###
  
Print/export