GEMQR: overwrites the general real M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q * C C * Q TRANS = 'T': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of blocked elementary reflectors computed by tall skinny QR factorization (CGEQR)
More...
GEMQR: overwrites the general real M-by-N matrix C with SIDE = 'L' SIDE = 'R' TRANS = 'N': Q * C C * Q TRANS = 'T': Q**H * C C * Q**H where Q is a complex unitary matrix defined as the product of blocked elementary reflectors computed by tall skinny QR factorization (CGEQR)
◆ la_cgemqr()
| la_lapack::gemqr::la_cgemqr |
◆ la_dgemqr()
| la_lapack::gemqr::la_dgemqr |
◆ la_qgemqr()
| la_lapack::gemqr::la_qgemqr |
◆ la_sgemqr()
| la_lapack::gemqr::la_sgemqr |
◆ la_wgemqr()
| la_lapack::gemqr::la_wgemqr |
◆ la_zgemqr()
| la_lapack::gemqr::la_zgemqr |
The documentation for this interface was generated from the following file: