Click or drag to resize

DVJUSTRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.DVode.DVJUST.Run(System.Double[]@,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[] YH,
	int offset_yh,
	int LDYH,
	int IORD
)

Parameters

YH  Double

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

offset_yh  Int32

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

LDYH  Int32

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

IORD  Int32
= An integer flag used when METH = 2 to indicate an order increase (IORD = +1) or an order decrease (IORD = -1).
See Also