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] | A | Details of the QR factorization of the original matrix A as returned by PLASMA_dgeqrf. |
[in] | T | Auxiliary factorization data, computed by PLASMA_dgeqrf. |
[in,out] | B | On entry, the m-by-nrhs right hand side matrix B. On exit, the n-by-nrhs solution matrix X. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_dgeqrs
-
PLASMA_dgeqrs_Tile_Async
-
PLASMA_cgeqrs_Tile
-
PLASMA_dgeqrs_Tile
-
PLASMA_sgeqrs_Tile
-
PLASMA_dgeqrf_Tile