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

PLASMA_sorgqr_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_sgeqrf. 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_sgeqrf.
[in] T Auxiliary factorization data, computed by PLASMA_sgeqrf.
[out] Q On exit, the M-by-N matrix Q.
Returns:
Return values:
PLASMA_SUCCESS successful exit
See also:
PLASMA_sorgqr
PLASMA_sorgqr_Tile_Async
PLASMA_cungqr_Tile
PLASMA_dungqr_Tile
PLASMA_sungqr_Tile
PLASMA_sgeqrf_Tile
 All Data Structures
Generated by  doxygen 1.6.3