return IInterpolation |
An interpolation scheme optimized for the given sample points and values, which can then be used to compute interpolations and extrapolations on arbitrary points. |
IList<double> points |
The sample points t. Supports both lists and arrays. |
IList<double> values |
The sample point values x(t). Supports both lists and arrays. |