PLASMA_spotrs_Tile - Solves a system of linear equations using previously computed Cholesky factorization. Tile equivalent of PLASMA_spotrs(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.
- Parameters
-
[in] | uplo | = PlasmaUpper: Upper triangle of A is stored; = PlasmaLower: Lower triangle of A is stored. |
[in] | A | The triangular factor U or L from the Cholesky factorization A = U**T*U or A = L*L**T, computed by PLASMA_spotrf. |
[in,out] | B | On entry, the N-by-NRHS right hand side matrix B. On exit, if return value = 0, the N-by-NRHS solution matrix X. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_spotrs
-
PLASMA_spotrs_Tile_Async
-
PLASMA_cpotrs_Tile
-
PLASMA_dpotrs_Tile
-
PLASMA_spotrs_Tile
-
PLASMA_spotrf_Tile