PLASMA_zungqr_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_zgeqrf. 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_zgeqrf. |
[in] | T | Auxiliary factorization data, computed by PLASMA_zgeqrf. |
[out] | Q | On exit, the M-by-N matrix Q. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_zungqr
-
PLASMA_zungqr_Tile_Async
-
PLASMA_cungqr_Tile
-
PLASMA_dorgqr_Tile
-
PLASMA_sorgqr_Tile
-
PLASMA_zgeqrf_Tile