[in] | side | Intended usage: = PlasmaLeft: apply Q or Q**H from the left; = PlasmaRight: apply Q or Q**H from the right. Currently only PlasmaLeft is supported. |
[in] | trans | Intended usage: = PlasmaNoTrans: no transpose, apply Q; = PlasmaConjTrans: conjfugate transpose, apply Q**H. Currently only PlasmaConjTrans is supported. |
[in] | A | Details of the QR factorization of the original matrix A as returned by PLASMA_cgeqrf. |
[in] | T | Auxiliary factorization data, computed by PLASMA_cgeqrf. Can be obtained with PLASMA_Alloc_Workspace_cgeqrf |
[in,out] | C | On entry, the M-by-N matrix C. On exit, C is overwritten by Q*C or Q**H*C. |