Constructor for Spline2DInterpolate.
double array containing the data points in the x-direction. double array containing the data points in the y-direction. double matrix of size xData.Length by yData.Length containing the values to be interpolated. int scalar value specifying the order of the spline in the x-direction. xOrder must be at least 1. By default, xOrder = 4, tensor-product cubic spline. int scalar value specifying the order of the spline in the y-direction. yOrder must be at least 1. By default, yOrder = 4, tensor-product cubic spline. Spline2DInterpolate Class | Imsl.Math Namespace | Spline2DInterpolate Constructor Overload List