int PLASMA_cgetrs_Tile ( PLASMA_desc *  A,
PLASMA_desc *  L,
int *  IPIV,
PLASMA_desc *  B 
)

PLASMA_cgetrs_Tile - Solves a system of linear equations using previously computed LU factorization. Tile equivalent of PLASMA_cgetrs(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters:
[in] A The tile factors L and U from the factorization, computed by PLASMA_cgetrf.
[in] L Auxiliary factorization data, related to the tile L factor, computed by PLASMA_cgetrf.
[in] IPIV The pivot indices from PLASMA_cgetrf (not equivalent to LAPACK).
[in,out] B On entry, the N-by-NRHS matrix of right hand side matrix B. On exit, the solution matrix X.
Returns:
Return values:
PLASMA_SUCCESS successful exit
See also:
PLASMA_cgetrs
PLASMA_cgetrs_Tile_Async
PLASMA_cgetrs_Tile
PLASMA_dgetrs_Tile
PLASMA_sgetrs_Tile
PLASMA_cgetrf_Tile
 All Data Structures
Generated by  doxygen 1.6.3