Click or drag to resize

IFEXRun Method

Evaluates the system derivatives.

Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Run(
	int NEQ,
	double T,
	double[] Y,
	int offset_y,
	ref double[] YDOT,
	int offset_ydot,
	double RPAR,
	int IPAR
)

Parameters

NEQ  Int32
The number of equations.
T  Double
The current value of the independent variable.
Y  Double
The current solution vector.
offset_y  Int32
The offset into Y.
YDOT  Double
Receives the derivative values.
offset_ydot  Int32
The offset into YDOT.
RPAR  Double
A user-supplied real parameter.
IPAR  Int32
A user-supplied integer parameter.
See Also