Constructs a B-spline that interpolates the given data points, using the specified order and knots.
double
array containing the x-coordinates of the data. Values must be distinct. double
array containing the y-coordinates of the data. The arrays xData
and yData
must have the same length. int
denoting the order of the spline. double
array containing the knot sequence for the B-spline. BsInterpolate Class | Imsl.Math Namespace | BsInterpolate Constructor Overload List