Differences

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

Link to this comparison view

documentation:language_reference:objects:interpolatingfunction:functions:spline [2019/09/09 14:57] – created Martin Brassdocumentation:language_reference:objects:interpolatingfunction:functions:spline [2019/09/09 15:04] (current) Martin Brass
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