Click or drag to resize

ELMHESRun Method


Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int NM,
	int N,
	int LOW,
	int IGH,
	ref double[] A,
	int offset_a,
	ref int[] INT,
	int offset_int
)
Request Example View Source

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
 
A  Double
contains the input matrix.
offset_a  Int32
 
INT  Int32
contains information on the rows and columns interchanged in the reduction. only elements low through igh are used.
offset_int  Int32
 
See Also