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,
ref double[] AR,
int offset_ar,
ref double[] AI,
int offset_ai,
ref double[] ORTR,
int offset_ortr,
ref double[] ORTI,
int offset_orti
)
Public Sub Run (
NM As Integer,
N As Integer,
LOW As Integer,
IGH As Integer,
ByRef AR As Double(),
offset_ar As Integer,
ByRef AI As Double(),
offset_ai As Integer,
ByRef ORTR As Double(),
offset_ortr As Integer,
ByRef ORTI As Double(),
offset_orti 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 the balancing
subroutine cbal. if cbal has not been used,
set low=1, igh=n.
- IGH Int32
-
- AR Double
-
and ai contain the real and imaginary parts,
respectively, of the complex input matrix.
- offset_ar Int32
-
- AI Double
-
- offset_ai Int32
-
- ORTR Double
-
and orti contain further information about the
transformations. only elements low through igh are used.
- offset_ortr Int32
-
- ORTI Double
-
- offset_orti Int32
-
See Also