| [in] | M | The number of rows of the matrix Q. M >= 0. |
| [in] | N | The number of columns of the matrix Q. N >= M. |
| [in] | K | The number of columns of elementary tile reflectors whose product defines the matrix Q. M >= K >= 0. |
| [in] | A | Details of the QR factorization of the original matrix A as returned by PLASMA_cgeqrf. |
| [in] | LDA | The leading dimension of the array A. LDA >= max(1,M). |
| [in] | descT | Auxiliary factorization data, computed by PLASMA_cgeqrf. |
| [out] | Q | On exit, the M-by-N matrix Q. |
| [in] | LDQ | The leading dimension of the array Q. LDQ >= max(1,M). |