ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Interpolated values for each point (column) provided in X.
Compute interpolated values and optionally compute confidence estimates for new data points.
[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
Parameters
- X
- Type: ILNumericsInArraySingle
Data points in columns. X.S[0] must equal Dim. - errors (Optional)
- Type: ILNumericsOutArraySingle
[Optional] if none-null on entry confidence estimates (error estimates) are computed for the positions in X.
Return Value
Type: RetArrayfcomplexInterpolated values for each point (column) provided in X.
Remarks
If Dim equals 1 then X is allowed to be a column vector also.
[ILNumerics Interpolation Toolbox]
See Also