int PLASMA_cunglq_Tile ( PLASMA_desc *  A,
PLASMA_desc *  T,
PLASMA_desc *  B 
)

PLASMA_cunglq_Tile - Generates an M-by-N matrix Q with orthonormal rows, which is defined as the first M rows of a product of the elementary reflectors returned by PLASMA_cgelqf. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters:
[in] A Details of the LQ factorization of the original matrix A as returned by PLASMA_cgelqf.
[in] T Auxiliary factorization data, computed by PLASMA_cgelqf.
[out] B On exit, the M-by-N matrix Q.
Returns:
Return values:
PLASMA_SUCCESS successful exit
See also:
PLASMA_cunglq
PLASMA_cunglq_Tile_Async
PLASMA_cunglq_Tile
PLASMA_dunglq_Tile
PLASMA_sunglq_Tile
PLASMA_cgelqf_Tile
 All Data Structures
Generated by  doxygen 1.6.3