Click or drag to resize

IJVPOLRun Method

Evaluates the Jacobian matrix.

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[] DFY,
	int offset_dfy,
	int LDFY,
	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.
DFY  Double
Receives the Jacobian entries.
offset_dfy  Int32
The offset into DFY.
LDFY  Int32
The leading dimension of DFY.
RPAR  Double
A user-supplied real parameter.
IPAR  Int32
A user-supplied integer parameter.
See Also