.TH "zlaswp.f" 3 "Wed Oct 15 2014" "Version 3.4.2" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME zlaswp.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBzlaswp\fP (N, A, LDA, K1, K2, IPIV, INCX)" .br .RI "\fI\fBZLASWP\fP performs a series of row interchanges on a general rectangular matrix\&. \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine zlaswp (integerN, complex*16, dimension( lda, * )A, integerLDA, integerK1, integerK2, integer, dimension( * )IPIV, integerINCX)" .PP \fBZLASWP\fP performs a series of row interchanges on a general rectangular matrix\&. .PP \fBPurpose: \fP .RS 4 .PP .nf ZLASWP performs a series of row interchanges on the matrix A. One row interchange is initiated for each of rows K1 through K2 of A. .fi .PP .RE .PP \fBParameters:\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The number of columns of the matrix A. .fi .PP .br \fIA\fP .PP .nf A is COMPLEX*16 array, dimension (LDA,N) On entry, the matrix of column dimension N to which the row interchanges will be applied. On exit, the permuted matrix. .fi .PP .br \fILDA\fP .PP .nf LDA is INTEGER The leading dimension of the array A. .fi .PP .br \fIK1\fP .PP .nf K1 is INTEGER The first element of IPIV for which a row interchange will be done. .fi .PP .br \fIK2\fP .PP .nf K2 is INTEGER The last element of IPIV for which a row interchange will be done. .fi .PP .br \fIIPIV\fP .PP .nf IPIV is INTEGER array, dimension (K2*abs(INCX)) The vector of pivot indices. Only the elements in positions K1 through K2 of IPIV are accessed. IPIV(K) = L implies rows K and L are to be interchanged. .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER The increment between successive values of IPIV. If IPIV is negative, the pivots are applied in reverse order. .fi .PP .RE .PP \fBAuthor:\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBDate:\fP .RS 4 September 2012 .RE .PP \fBFurther Details: \fP .RS 4 .PP .nf Modified by R. C. Whaley, Computer Science Dept., Univ. of Tenn., Knoxville, USA .fi .PP .RE .PP .PP Definition at line 115 of file zlaswp\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.