Click or drag to resize

DECHRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.DECH.Run(System.Int32,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[] A,
	int offset_a,
	int LB,
	ref int[] IP,
	int offset_ip,
	ref int IER
)

Parameters

N  Int32
= ORDER OF MATRIX A.
NDIM  Int32
= DECLARED DIMENSION OF ARRAY A .
A  Double
= MATRIX TO BE TRIANGULARIZED.
offset_a  Int32

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

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

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