ELMHES Type

Constructors

Constructor Description

ELMHES()

Full Usage: ELMHES()

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Parameters:
    NM : 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 -

NM : 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