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

PLASMA_dorgqr_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_dgeqrf. 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_dgeqrf.
[in]TAuxiliary factorization data, computed by PLASMA_dgeqrf.
[out]QOn exit, the M-by-N matrix Q.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_dorgqr
PLASMA_dorgqr_Tile_Async
PLASMA_cungqr_Tile
PLASMA_dorgqr_Tile
PLASMA_sorgqr_Tile
PLASMA_dgeqrf_Tile