PLASMA_cungqr_Tile - Generates an M-by-N matrix Q with orthonormal columns, which is defined as the first N columns of a product of the elementary reflectors returned by PLASMA_cgeqrf. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
- Parameters
-
[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. |
[out] | Q | On exit, the M-by-N matrix Q. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_cungqr
-
PLASMA_cungqr_Tile_Async
-
PLASMA_cungqr_Tile
-
PLASMA_dorgqr_Tile
-
PLASMA_sorgqr_Tile
-
PLASMA_cgeqrf_Tile