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,
int LOW,
int IGH,
double[] SCALE,
int offset_scale,
int M,
ref double[] ZR,
int offset_zr,
ref double[] ZI,
int offset_zi
)
Public Sub Run (
NM As Integer,
N As Integer,
LOW As Integer,
IGH As Integer,
SCALE As Double(),
offset_scale As Integer,
M As Integer,
ByRef ZR As Double(),
offset_zr As Integer,
ByRef ZI As Double(),
offset_zi As Integer
)
Request Example
View SourceParameters
- NM Int32
-
must be set to the row dimension of two-dimensional
array parameters as declared in the calling program
dimension statement.
- N Int32
-
is the order of the matrix.
- LOW Int32
-
and igh are integers determined by cbal.
- IGH Int32
-
- SCALE Double
-
contains information determining the permutations
and scaling factors used by cbal.
- offset_scale Int32
-
- M Int32
-
is the number of eigenvectors to be back transformed.
- ZR Double
-
and zi contain the real and imaginary parts,
respectively, of the eigenvectors to be
back transformed in their first m columns.
- offset_zr Int32
-
- ZI Double
-
- offset_zi Int32
-
See Also