Returns the coefficients for the tensor-product spline.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[,] GetCoefficients()
Visual Basic (Declaration)
Public Overridable Function GetCoefficients As Double(,)
Visual C++
public:
virtual array<double,2>^ GetCoefficients()

Return Value

A double matrix containing the coefficients.

See Also