GEMQRT: overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q C C Q TRANS = 'C': Q**H C C Q**H where Q is a complex orthogonal matrix defined as the product of K elementary reflectors: Q = H(1) H(2) . . . H(K) = I - V T V**H generated using the compact WY representation as returned by CGEQRT. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.
More...
GEMQRT: overwrites the general complex M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q C C Q TRANS = 'C': Q**H C C Q**H where Q is a complex orthogonal matrix defined as the product of K elementary reflectors: Q = H(1) H(2) . . . H(K) = I - V T V**H generated using the compact WY representation as returned by CGEQRT. Q is of order M if SIDE = 'L' and of order N if SIDE = 'R'.
◆ la_cgemqrt()
| la_lapack::gemqrt::la_cgemqrt |
◆ la_dgemqrt()
| la_lapack::gemqrt::la_dgemqrt |
◆ la_qgemqrt()
| la_lapack::gemqrt::la_qgemqrt |
◆ la_sgemqrt()
| la_lapack::gemqrt::la_sgemqrt |
◆ la_wgemqrt()
| la_lapack::gemqrt::la_wgemqrt |
◆ la_zgemqrt()
| la_lapack::gemqrt::la_zgemqrt |
The documentation for this interface was generated from the following file: