IList<double> samplePoints |
Sample Points t |
IList<double> sampleValues |
Sample Values x(t) |
Type NevillePolynomialInterpolation
Namespace MathNet.Numerics.Interpolation.Algorithms
Interfaces IInterpolation
This algorithm supports differentiation, but doesn't support integration.
When working with equidistant or Chebyshev sample points it is recommended to use the barycentric algorithms specialized for these cases instead of this arbitrary Neville algorithm.
IList<double> samplePoints |
Sample Points t |
IList<double> sampleValues |
Sample Values x(t) |