CBABK2Run Method

Definition

Namespace: DotNumerics.LinearAlgebra.CSEispack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
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
)

Parameters

NM  Int32
 
N  Int32
 
LOW  Int32
 
IGH  Int32
 
SCALE  Double
 
offset_scale  Int32
 
M  Int32
 
ZR  Double
 
offset_zr  Int32
 
ZI  Double
 
offset_zi  Int32
 

See Also