Click or drag to resize

ELMHESRun Method

[Missing <summary> documentation for "M:Altaxo.Calc.Ode.Obsolete.Radau5.ELMHES.Run(System.Int32,System.Int32,System.Int32,System.Int32,System.Double[]@,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 NM,
	int N,
	int LOW,
	int IGH,
	ref double[] A,
	int offset_a,
	ref int[] INT,
	int offset_int
)

Parameters

NM  Int32
must be set to the row dimension of two-dimensional array parameters as declared in the calling program dimension statement;
N  Int32
is the order of the matrix;
LOW  Int32
and igh are integers determined by the balancing subroutine balanc. if balanc has not been used, set low=1, igh=n;
IGH  Int32

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

A  Double
contains the input matrix.
offset_a  Int32

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

INT  Int32
contains information on the rows and columns interchanged in the reduction. only elements low through igh are used.
offset_int  Int32

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

See Also