Click or drag to resize

IFVPOLRun Method

Evaluates the right-hand side of the differential equation system.

Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Run(
	int N,
	double X,
	double[] Y,
	int offset_y,
	ref double[] F,
	int offset_f,
	double RPAR,
	int IPAR
)

Parameters

N  Int32
The number of equations.
X  Double
The current value of the independent variable.
Y  Double
The current solution vector.
offset_y  Int32
The offset into Y.
F  Double
Receives the evaluated function values.
offset_f  Int32
The offset into F.
RPAR  Double
A user-supplied real parameter.
IPAR  Int32
A user-supplied integer parameter.
See Also