Click or drag to resize

RationalCubicSplineInverseDifferences Method

Calculate inverse difference vector dx(i) from vector x(i) and assure that x(i) is strictly monotone increasing or decreasing. Can be called with both arguments the same vector in order to do it inplace!

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void InverseDifferences(
	IReadOnlyList<double> x,
	Vector<double> dx
)

Parameters

x  IReadOnlyListDouble
Input vector.
dx  VectorDouble
Output vector.
See Also