Initialize the interpolation method with the given spline coefficients (sorted by the sample points t).
Parameters
IList<double> samplePoints |
Sample Points t, sorted ascending. |
IList<double> sampleValues |
Sample Values x(t) |
SplineBoundaryCondition leftBoundaryCondition |
Condition of the left boundary. |
double leftBoundary |
Left boundary value. Ignored in the parabolic case. |
SplineBoundaryCondition rightBoundaryCondition |
Condition of the right boundary. |
double rightBoundary |
Right boundary value. Ignored in the parabolic case. |