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:spline [2019/09/09 14:57] – created Martin Brassdocumentation:language_reference:objects:interpolatingfunction:functions:spline [2025/11/20 04:20] (current) – external edit 127.0.0.1
Line 4: Line 4:
 ### ###
 InterpolatingFunction.Spline(x,y) creates a natural C-spline : x table of knots, y table of function-values at corresponding knots InterpolatingFunction.Spline(x,y) creates a natural C-spline : x table of knots, y table of function-values at corresponding knots
 +
 InterpolatingFunction.Spline(x,y,yp1,ypn) creates a C-spline where the derivatives at the outermost knots are determined by yp1 and ypn (both real values) InterpolatingFunction.Spline(x,y,yp1,ypn) creates a C-spline where the derivatives at the outermost knots are determined by yp1 and ypn (both real values)
 ### ###
Print/export