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

PLASMA_cgelqs_Tile - Computes a minimum-norm solution using previously computed LQ factorization. Tile equivalent of PLASMA_cgelqs(). Operates on matrices stored by tiles. 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_cgelqf.
[in]TAuxiliary factorization data, computed by PLASMA_cgelqf.
[in,out]BOn entry, the M-by-NRHS right hand side matrix B. On exit, the N-by-NRHS solution matrix X.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_cgelqs
PLASMA_cgelqs_Tile_Async
PLASMA_cgelqs_Tile
PLASMA_dgelqs_Tile
PLASMA_sgelqs_Tile
PLASMA_cgelqf_Tile