Click or drag to resize

DVINDYRun Method

Evaluates the interpolating polynomial derived from the Nordsieck history array.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Run(
	double T,
	int K,
	double[] YH,
	int offset_yh,
	int LDYH,
	ref double[] DKY,
	int offset_dky,
	ref int IFLAG
)

Parameters

T  Double
The interpolation point.
K  Int32
The derivative order to evaluate.
YH  Double
The Nordsieck history array.
offset_yh  Int32
The starting offset in YH.
LDYH  Int32
The leading dimension of YH.
DKY  Double
Workspace receiving the evaluated derivative values.
offset_dky  Int32
The starting offset in DKY.
IFLAG  Int32
is returned negative if either K or T is out of bounds.
See Also