DORMQR Class |
The DORMQR type exposes the following members.
Name | Description | |
---|---|---|
DORMQR | ||
DORMQR(LSAME, ILAENV, DLARFB, DLARFT, DORM2R, XERBLA) |
Name | Description | |
---|---|---|
Run | Purpose ======= DORMQR overwrites the general real M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q * C C * Q TRANS = 'T': Q**T * C C * Q**T where Q is a real orthogonal matrix defined as the product of k elementary reflectors Q = H(1) H(2) . . . H(k) as returned by DGEQRF. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'. |
Name | Description | |
---|---|---|
GetEnumNames | (Defined by General) | |
IsValidDouble | (Defined by General) |