Constructs a cubic spline that interpolates the given data points with specified derivative endpoint conditions.
double
array containing the x-coordinates of the data. Values must be distinct. double
array containing the y-coordinates of the data. The arrays xData
and yData
must have the same length. CsInterpolate.Condition
denoting the type of condition at the left endpoint. This can be NotAKnot
, FirstDerivative
or SecondDerivative
. double
value at the left endpoint. If typeLeft
is NotAKnot
this is ignored, Otherwise, it is the value of the specified derivative. CsInterpolate.Condition
denoting the type of condition at the right endpoint. This can be NotAKnot
, FirstDerivative
or SecondDerivative
. double
value at the right endpoint. CsInterpolate Class | Imsl.Math Namespace | CsInterpolate Constructor Overload List