Click or drag to resize

DECBCRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.DECBC.Run(System.Int32,System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,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 ML,
	int MU,
	ref int[] IP,
	int offset_ip,
	ref int IER
)

Parameters

N  Int32
ORDER OF THE ORIGINAL MATRIX A.
NDIM  Int32
DECLARED DIMENSION OF ARRAY A.
AR  Double

[Missing <param name="AR"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.DECBC.Run(System.Int32,System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,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.DECBC.Run(System.Int32,System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32,System.Int32,System.Int32[]@,System.Int32,System.Int32@)"]

AI  Double

[Missing <param name="AI"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.DECBC.Run(System.Int32,System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,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.DECBC.Run(System.Int32,System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,System.Int32,System.Int32,System.Int32[]@,System.Int32,System.Int32@)"]

ML  Int32
LOWER BANDWIDTH OF A (DIAGONAL IS NOT COUNTED).
MU  Int32
UPPER BANDWIDTH OF A (DIAGONAL IS NOT COUNTED).
IP  Int32
INDEX VECTOR OF PIVOT INDICES.
offset_ip  Int32

[Missing <param name="offset_ip"/> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.DECBC.Run(System.Int32,System.Int32,System.Double[]@,System.Int32,System.Double[]@,System.Int32,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