Constructs a B-spline that interpolates the given data points.

Overload List

NameDescription
BsInterpolate(array<Double>[]()[], array<Double>[]()[])
Constructs a B-spline that interpolates the given data points. The computed B-spline will be order 4 (cubic) and have a default "not-a-knot" spline knot sequence.
BsInterpolate(array<Double>[]()[], array<Double>[]()[], Int32)
Constructs a B-spline that interpolates the given data points and order, using a default "not-a-knot" spline knot sequence.
BsInterpolate(array<Double>[]()[], array<Double>[]()[], Int32, array<Double>[]()[])
Constructs a B-spline that interpolates the given data points, using the specified order and knots.

See Also