Construct a cubic spline interpolant which is consistent with the concavity of the data.
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. | Exception Type | Condition |
|---|---|
| TooManyIterationsException | is thrown if the iteration did not converge. |
| SingularMatrixException | is thrown if matrix is singular. |
CsShape Class | Imsl.Math Namespace