PLASMA  2.8.0
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
int PLASMA_dlaswpc ( int  N,
double *  A,
int  LDA,
int  K1,
int  K2,
const int *  IPIV,
int  INCX 
)

PLASMA_dlaswpc - performs a series of row interchanges on the matrix A. One row interchange is initiated for each of rows K1 through K2 of A.

Parameters
[in]NThe order of the matrix A. N >= 0.
[in]AThe tile factors L and U from the factorization, computed by PLASMA_dgetrf.
[in]LDAThe leading dimension of the array A. LDA >= max(1,N).
[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_dgetrf.
[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
Returns
<0 if -i, the i-th argument had an illegal value
See also
PLASMA_dlaswpc_Tile
PLASMA_dlaswpc_Tile_Async
PLASMA_claswpc
PLASMA_dlaswpc
PLASMA_slaswpc
PLASMA_dgetrf