int PLASMA_cungqr_Tile ( PLASMA_desc *  A,
PLASMA_desc *  T,
PLASMA_desc *  Q 
)

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_dungqr_Tile
PLASMA_sungqr_Tile
PLASMA_cgeqrf_Tile
 All Data Structures
Generated by  doxygen 1.6.3