IMSL C# Numerical Library

Spline2DInterpolate Constructor (Double[], Double[], Double[,])

Constructor for Spline2DInterpolate.

public Spline2DInterpolate(
   double[] xData,
   double[] yData,
   double[,] fData
);

Parameters

xData
A double array containing the data points in the x-direction.
yData
A double array containing the data points in the y-direction.
fData
A double matrix of size xData.Length by yData.Length containing the values to be interpolated.

See Also

Spline2DInterpolate Class | Imsl.Math Namespace | Spline2DInterpolate Constructor Overload List