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

PLASMA_zgetrs_Tile - Solves a system of linear equations using previously computed LU factorization. Tile equivalent of PLASMA_zgetrs(). 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_zgetrf.
[in] L Auxiliary factorization data, related to the tile L factor, computed by PLASMA_zgetrf.
[in] IPIV The pivot indices from PLASMA_zgetrf (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_zgetrs
PLASMA_zgetrs_Tile_Async
PLASMA_cgetrs_Tile
PLASMA_dgetrs_Tile
PLASMA_sgetrs_Tile
PLASMA_zgetrf_Tile
 All Data Structures
Generated by  doxygen 1.6.3