Click or drag to resize

NevillePolynomialInterpolation Constructor

Initializes a new instance of the NevillePolynomialInterpolation class

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NevillePolynomialInterpolation(
	double[] x,
	double[] y
)

Parameters

x  Double
Sample Points t, sorted ascendingly.
y  Double
Sample Values x(t), sorted ascendingly by x.
See Also