ILNumerics - Technical Application Development
SystemObject
ILNumericsResultSingle, fcomplex
ILNumerics.ToolboxesSplineInterpolatorFComplex
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
This class creates an interpolation object for efficient cubic spline interpolation of arbitrary 1 dim data.
Spline interpolation object
[ILNumerics Interpolation Toolbox]
Inheritance Hierarchy
ILNumericsResultSingle, fcomplex
ILNumerics.ToolboxesSplineInterpolatorFComplex
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The SplineInterpolatorFComplex type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SplineInterpolatorFComplex |
Create cubic spline interpolator object from known values.
[ILNumerics Interpolation Toolbox] |
Properties
Name | Description | |
---|---|---|
IsDisposed |
Flag to indicate if the result is disposed.
(Inherited from ResultTin, Tout.)[ILNumerics Core Module] | |
X |
Return the original positions vector X used to create this interpolator object;
[ILNumerics Interpolation Toolbox] |
Methods
Name | Description | |
---|---|---|
Apply |
Interpolate values at new query points, based on the same set of data used for creating this interpolator.
(Overrides ResultTin, ToutApply(InArrayTin, InCell).)[ILNumerics Interpolation Toolbox] | |
Dispose |
Dispose this interpolator object.
(Overrides ResultTin, ToutDispose.)[ILNumerics Interpolation Toolbox] | |
GetCoefficients |
Retrieve the spline coefficients of this interpolator object.
[ILNumerics Interpolation Toolbox] |
Remarks
[ILNumerics Interpolation Toolbox]
See Also