Click or drag to resize

CORTHRun Method


Namespace: DotNumerics.LinearAlgebra.CSEispack
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[] AR,
	int offset_ar,
	ref double[] AI,
	int offset_ai,
	ref double[] ORTR,
	int offset_ortr,
	ref double[] ORTI,
	int offset_orti
)
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 cbal. if cbal has not been used, set low=1, igh=n.
IGH  Int32
 
AR  Double
and ai contain the real and imaginary parts, respectively, of the complex input matrix.
offset_ar  Int32
 
AI  Double
 
offset_ai  Int32
 
ORTR  Double
and orti contain further information about the transformations. only elements low through igh are used.
offset_ortr  Int32
 
ORTI  Double
 
offset_orti  Int32
 
See Also