CBALRun 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,
	ref double[] AR,
	int offset_ar,
	ref double[] AI,
	int offset_ai,
	ref int LOW,
	ref int IGH,
	ref double[] SCALE,
	int offset_scale
)

Parameters

NM  Int32
 
N  Int32
 
AR  Double
 
offset_ar  Int32
 
AI  Double
 
offset_ai  Int32
 
LOW  Int32
 
IGH  Int32
 
SCALE  Double
 
offset_scale  Int32
 

See Also