IMSL C# Numerical Library

Spline2D.GetCoefficients Method 

Returns the coefficients for the tensor-product spline.

public virtual double[,] GetCoefficients();

Return Value

An xData.Length by yData.Length double matrix containing the coefficients.

See Also

Spline2D Class | Imsl.Math Namespace