PLASMA_dlaswpc_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_dlaswpc(). 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_dgetrf. |
[in] | K1 | The first element of IPIV for which a row interchange will be done. |
[in] | K2 | The last element of IPIV for which a row interchange will be done. |
[in] | IPIV | The pivot indices from PLASMA_dgetrf. |
[in] | INCX | The increment between successive values of IPIV. If IPIV is negative, the pivots are applied in reverse order. |
- Returns
- Return values
-
PLASMA_SUCCESS | successful exit |
- See also
- PLASMA_dlaswpc
-
PLASMA_dlaswpc_Tile_Async
-
PLASMA_claswpc_Tile
-
PLASMA_dlaswpc_Tile
-
PLASMA_slaswpc_Tile
-
PLASMA_dgetrf_Tile