Namespace: DotNumerics.ODE.Radau5Assembly: 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[] A,
int offset_a,
ref int[] INT,
int offset_int
)
Public Sub Run (
NM As Integer,
N As Integer,
LOW As Integer,
IGH As Integer,
ByRef A As Double(),
offset_a As Integer,
ByRef INT As Integer(),
offset_int 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 balanc. if balanc has not been used,
set low=1, igh=n;
- IGH Int32
-
- A Double
-
contains the input matrix.
- offset_a Int32
-
- INT Int32
-
contains information on the rows and columns
interchanged in the reduction.
only elements low through igh are used.
- offset_int Int32
-
See Also