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

PLASMA_dgeqrs_Tile - Computes a minimum-norm solution using the tile QR factorization. Tile equivalent of PLASMA_dgeqrf(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in,out]ADetails of the QR factorization of the original matrix A as returned by PLASMA_dgeqrf.
[in]TAuxiliary factorization data, computed by PLASMA_dgeqrf.
[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_dgeqrs
PLASMA_dgeqrs_Tile_Async
PLASMA_cgeqrs_Tile
PLASMA_dgeqrs_Tile
PLASMA_sgeqrs_Tile
PLASMA_dgeqrf_Tile