This is an old revision of the document!


HermiteCSpline

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) creates a 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

Table of contents

Print/export