Linear Interpolation Functions
5 functions
PO.Spline.Linear.Interp
Calculates interpolated value using linear spline interpolation.
PO.Spline.Linear.Diff
Calculates first derivative using linear spline interpolation.
PO.Spline.Linear.Integ
Calculates definite integral using linear spline interpolation from the start up to point t.
PO.Spline.Linear.IntegT1T2
Calculates definite integral using linear spline interpolation from point t1 to point t2.
PO.Spline.Linear.Intersect
Calculates x value of intersection point between two linear splines.