Namespace: DotNumerics.LinearAlgebra.CSEispackAssembly: 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
)
Public Sub Run (
NM As Integer,
N As Integer,
ByRef AR As Double(),
offset_ar As Integer,
ByRef AI As Double(),
offset_ai As Integer,
ByRef WR As Double(),
offset_wr As Integer,
ByRef WI As Double(),
offset_wi As Integer,
MATZ As Integer,
ByRef ZR As Double(),
offset_zr As Integer,
ByRef ZI As Double(),
offset_zi As Integer,
ByRef FV1 As Double(),
offset_fv1 As Integer,
ByRef FV2 As Double(),
offset_fv2 As Integer,
ByRef FV3 As Double(),
offset_fv3 As Integer,
ByRef IERR As Integer
)
Request Example
View SourceParameters
- 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