PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_zlaswp_Tile ( PLASMA_desc A,
int  K1,
int  K2,
const int *  IPIV,
int  INCX 
)

PLASMA_zlaswp_Tile - performs a series of row interchanges on the matrix A. One row interchange is initiated for each of rows K1 through K2 of A. Tile equivalent of PLASMA_zlaswp(). Operates on matrices stored by tiles. All matrices are passed through descriptors. All dimensions are taken from the descriptors.

Parameters
[in]AThe tile factors L and U from the factorization, computed by PLASMA_zgetrf.
[in]K1The first element of IPIV for which a row interchange will be done.
[in]K2The last element of IPIV for which a row interchange will be done.
[in]IPIVThe pivot indices from PLASMA_zgetrf.
[in]INCXThe increment between successive values of IPIV. If IPIV is negative, the pivots are applied in reverse order.
Returns
Return values
PLASMA_SUCCESSsuccessful exit
See also
PLASMA_zlaswp
PLASMA_zlaswp_Tile_Async
PLASMA_claswp_Tile
PLASMA_dlaswp_Tile
PLASMA_slaswp_Tile
PLASMA_zgetrf_Tile