Click or drag to resize

PolyharmonicSplineConstruct(IReadOnlyListDouble, IReadOnlyListDouble) Method

Constructs the interpolation (any dimension). The values and the corresponding coordinates of the values are given in separate vectors.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Construct(
	IReadOnlyList<double>[] x,
	IReadOnlyList<double> h
)

Parameters

x  IReadOnlyListDouble
X coordinates of the points.
h  IReadOnlyListDouble
Values of the points that should be interpolated.
See Also