ILNumerics Ultimate VS

SplineInterpolatorFComplexGetCoefficients Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Retrieve the spline coefficients of this interpolator object.

[ILNumerics Interpolation Toolbox]

Namespace:  ILNumerics.Toolboxes
Assembly:  ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public RetArray<fcomplex> GetCoefficients()

Return Value

Type: RetArrayfcomplex
Spline coefficients as matrix.
Remarks

The coefficients for SplineInterpolatorSingle store the original values the object was created for as well as the derivatives of order 1..3. These coefficients are needed for efficient application of the spline interpolation at arbitrary points.

[!:SplineInterpolatorSingle.Apply(InArray<fcomplex>, InCell)] uses the coefficients for exactly this purpose. Furthermore, GetCoefficients is utilized for n-dimensional spline interpolation of scattered points on gridded data as performed by splinens(InArrayfcomplex, InCell, InArrayfcomplex).

[ILNumerics Interpolation Toolbox]

See Also

Reference