Click or drag to resize

CBABK2Run 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,
	double[] SCALE,
	int offset_scale,
	int M,
	ref double[] ZR,
	int offset_zr,
	ref double[] ZI,
	int offset_zi
)
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 cbal.
IGH  Int32
 
SCALE  Double
contains information determining the permutations and scaling factors used by cbal.
offset_scale  Int32
 
M  Int32
is the number of eigenvectors to be back transformed.
ZR  Double
and zi contain the real and imaginary parts, respectively, of the eigenvectors to be back transformed in their first m columns.
offset_zr  Int32
 
ZI  Double
 
offset_zi  Int32
 
See Also