TMatrix.splineinterpolation Method

Computes the interpolating spline.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public double splineinterpolation(
	ref double[] c,
	double x
)

Parameters

c  Double[]
An array of coefficients computed by a subroutine for constructing a spline.
x  Double
The point at which the spline value is determined.

Return Value

Double
The value of the spline at point X.

See Also