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