Click or drag to resize

DVSRCORun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.DVode.DVSRCO.Run(System.Double[]@,System.Int32,System.Int32[]@,System.Int32,System.Int32)"]


Namespace: Altaxo.Calc.Ode.Obsolete.DVode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Run(
	ref double[] RSAV,
	int offset_rsav,
	ref int[] ISAV,
	int offset_isav,
	int JOB
)

Parameters

RSAV  Double
= real array of length 49 or more.
offset_rsav  Int32

[Missing <param name="offset_rsav"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.DVode.DVSRCO.Run(System.Double[]@,System.Int32,System.Int32[]@,System.Int32,System.Int32)"]

ISAV  Int32
= integer array of length 41 or more.
offset_isav  Int32

[Missing <param name="offset_isav"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.DVode.DVSRCO.Run(System.Double[]@,System.Int32,System.Int32[]@,System.Int32,System.Int32)"]

JOB  Int32
= flag indicating to save or restore the COMMON blocks: JOB = 1 if COMMON is to be saved (written to RSAV/ISAV). JOB = 2 if COMMON is to be restored (read from RSAV/ISAV). A call with JOB = 2 presumes a prior call with JOB = 1.
See Also