Click or drag to resize

CGRun 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,
	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
)
Request Example View Source

Parameters

NM  Int32
must be set to the row dimension of the two-dimensional
N  Int32
is the order of the matrix a=(ar,ai).
AR  Double
and ai contain the real and imaginary parts,
offset_ar  Int32
 
AI  Double
 
offset_ai  Int32
 
WR  Double
and wi contain the real and imaginary parts,
offset_wr  Int32
 
WI  Double
 
offset_wi  Int32
 
MATZ  Int32
is an integer variable set equal to zero if
ZR  Double
and zi contain the real and imaginary parts,
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
is an integer output variable set equal to an error completion code described in the documentation for comqr and comqr2. the normal completion code is zero.
See Also