PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_zungqr_Tile ( PLASMA_desc A,
PLASMA_desc T,
PLASMA_desc Q 
)

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]ADetails of the QR factorization of the original matrix A as returned by PLASMA_zgeqrf.
[in]TAuxiliary factorization data, computed by PLASMA_zgeqrf.
[out]QOn exit, the M-by-N matrix Q.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_zungqr
PLASMA_zungqr_Tile_Async
PLASMA_cungqr_Tile
PLASMA_dorgqr_Tile
PLASMA_sorgqr_Tile
PLASMA_zgeqrf_Tile