CGRun 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 double[] WR,
	int offset_wr,
	ref double[] WI,
	int offset_wi,
	int MATZ,
	ref double[] ZR,
	int offset_zr,
	ref double[] ZI,
	int offset_zi,
	ref double[] FV1,
	int offset_fv1,
	ref double[] FV2,
	int offset_fv2,
	ref double[] FV3,
	int offset_fv3,
	ref int IERR
)

Parameters

NM  Int32
 
N  Int32
 
AR  Double
 
offset_ar  Int32
 
AI  Double
 
offset_ai  Int32
 
WR  Double
 
offset_wr  Int32
 
WI  Double
 
offset_wi  Int32
 
MATZ  Int32
 
ZR  Double
 
offset_zr  Int32
 
ZI  Double
 
offset_zi  Int32
 
FV1  Double
 
offset_fv1  Int32
 
FV2  Double
 
offset_fv2  Int32
 
FV3  Double
 
offset_fv3  Int32
 
IERR  Int32
 

See Also