Click or drag to resize

DECHCRun Method

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


Namespace: Altaxo.Calc.Ode.Obsolete.Radau5
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Run(
	int N,
	int NDIM,
	ref double[] AR,
	int offset_ar,
	ref double[] AI,
	int offset_ai,
	int LB,
	ref int[] IP,
	int offset_ip,
	ref int IER
)

Parameters

N  Int32
= ORDER OF MATRIX.
NDIM  Int32
= DECLARED DIMENSION OF ARRAYS AR AND AI .
AR  Double

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

offset_ar  Int32

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

AI  Double

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

offset_ai  Int32

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

LB  Int32
= LOWER BANDWIDTH OF A (DIAGONAL NOT COUNTED), LB.GE.1.
IP  Int32

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

offset_ip  Int32

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

IER  Int32
= 0 IF MATRIX A IS NONSINGULAR, OR K IF FOUND TO BE SINGULAR AT STAGE K.
See Also