Click or drag to resize

CONTD5Run Method

Evaluates the dense output polynomial for one solution component.

Namespace: Altaxo.Calc.Ode.Obsolete.Dopri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double Run(
	int II,
	double X,
	double[] CON,
	int offset_con,
	int[] ICOMP,
	int offset_icomp,
	int ND
)

Parameters

II  Int32
The component number to evaluate.
X  Double
The x-value at which the solution should be interpolated.
CON  Double
The dense output coefficient array.
offset_con  Int32
The offset into CON.
ICOMP  Int32
The list of components for which dense output is available.
offset_icomp  Int32
The offset into ICOMP.
ND  Int32
The number of dense output components.

Return Value

Double
The interpolated solution value for the requested component.
See Also