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

PLASMA_dorglq_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_dgelqf. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in]ADetails of the LQ factorization of the original matrix A as returned by PLASMA_dgelqf.
[in]TAuxiliary factorization data, computed by PLASMA_dgelqf.
[out]QOn exit, the M-by-N matrix Q.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_dorglq
PLASMA_dorglq_Tile_Async
PLASMA_cunglq_Tile
PLASMA_dorglq_Tile
PLASMA_sorglq_Tile
PLASMA_dgelqf_Tile