Click or drag to resize

RationalCubicSplineSplineA Method

Computes the coefficient vector used by `SplineB1` and `SplineB2`.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected void SplineA(
	double p,
	IReadOnlyList<double> dx,
	Vector<double> z
)

Parameters

p  Double
Smoothing parameter.
dx  IReadOnlyListDouble
(Inverse) abscissa difference vector, depending on the chosen formulation.
z  VectorDouble
Output coefficient vector used by `SplineB1` and `SplineB2`.
See Also