Click or drag to resize

DVINDYRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.DVode.DVINDY.Run(System.Double,System.Int32,System.Double[],System.Int32,System.Int32,System.Double[]@,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(
	double T,
	int K,
	double[] YH,
	int offset_yh,
	int LDYH,
	ref double[] DKY,
	int offset_dky,
	ref int IFLAG
)

Parameters

T  Double

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

K  Int32

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

YH  Double

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

offset_yh  Int32

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

LDYH  Int32

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

DKY  Double

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

offset_dky  Int32

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

IFLAG  Int32
is returned negative if either K or T is out of bounds.
See Also