ILNumerics Ultimate VS

SplineInterpolatorComplexGetCoefficients 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<complex> GetCoefficients()

Return Value

Type: RetArraycomplex
Spline coefficients as matrix.
Remarks

The coefficients for SplineInterpolatorDouble 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.

[!:SplineInterpolatorDouble.Apply(InArray<complex>, 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(InArraycomplex, InCell, InArraycomplex).

[ILNumerics Interpolation Toolbox]

See Also

Reference