PLASMA_sgelqs_Tile - Computes a minimum-norm solution using previously computed LQ factorization. Tile equivalent of PLASMA_sgelqs(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
- Parameters
-
[in] | A | Details of the LQ factorization of the original matrix A as returned by PLASMA_sgelqf. |
[in] | T | Auxiliary factorization data, computed by PLASMA_sgelqf. |
[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_sgelqs
-
PLASMA_sgelqs_Tile_Async
-
PLASMA_cgelqs_Tile
-
PLASMA_dgelqs_Tile
-
PLASMA_sgelqs_Tile
-
PLASMA_sgelqf_Tile