ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Spline coefficients as matrix.
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.
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
Return Value
Type: RetArraycomplexSpline coefficients as matrix.
Remarks
[!: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