Constructs the tension-continuity-bias (TCB) cubic spline interpolant to the given
data points.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public CsTCB( double[] xData, double[] yData ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ xData As Double(), _ yData As Double() _ ) |
Visual C++ |
---|
public: CsTCB( array<double>^ xData, array<double>^ yData ) |
Parameters
- xData
- Type: array<
System..::.Double
>[]()[]
A double array containing the x-coordinates of the data.
- yData
- Type: array<
System..::.Double
>[]()[]
A double array containing the y-coordinates of the data.
Remarks
Values must be distinct. xData and yData must
be of the same length.