Constructor | Description |
Full Usage:
ELMHES()
|
|
Instance member | Description |
Full Usage:
this.Run
Parameters:
int
-
must be set to the row dimension of two-dimensional
array parameters as declared in the calling program
dimension statement;
N : int
-
is the order of the matrix;
LOW : int
-
and igh are integers determined by the balancing
subroutine balanc. if balanc has not been used,
set low=1, igh=n;
IGH : int
-
A : byref<float[]>
-
contains the input matrix.
offset_a : int
-
INT : byref<int[]>
-
contains information on the rows and columns
interchanged in the reduction.
only elements low through igh are used.
offset_int : int
-
|
|