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