int PLASMA_zunglq ( int  M,
int  N,
int  K,
PLASMA_Complex64_t *  A,
int  LDA,
PLASMA_Complex64_t *  T,
PLASMA_Complex64_t *  B,
int  LDB 
)

PLASMA_zunglq - 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_zgelqf.

Parameters:
[in] M The number of rows of the matrix Q. M >= 0.
[in] N The number of columns of the matrix Q. N >= M.
[in] K The number of rows of elementary tile reflectors whose product defines the matrix Q. M >= K >= 0.
[in] A Details of the LQ factorization of the original matrix A as returned by PLASMA_zgelqf.
[in] LDA The leading dimension of the array A. LDA >= max(1,M).
[in] T Auxiliary factorization data, computed by PLASMA_zgelqf.
[out] B On exit, the M-by-N matrix Q.
[in] LDA The leading dimension of the array B. LDB >= max(1,M).
Returns:
Return values:
PLASMA_SUCCESS successful exit
PLASMA_SUCCESS <0 if -i, the i-th argument had an illegal value
See also:
PLASMA_zunglq_Tile
PLASMA_zunglq_Tile_Async
PLASMA_cunglq
PLASMA_dunglq
PLASMA_sunglq
PLASMA_zgelqf
 All Data Structures
Generated by  doxygen 1.6.3