|
NAMESRC/zlaswp.f SYNOPSISFunctions/Subroutinessubroutine zlaswp (n, a, lda, k1, k2, ipiv, incx)
Function/Subroutine Documentationsubroutine zlaswp (integer n, complex*16, dimension( lda, * ) a, integer lda, integer k1, integer k2, integer, dimension( * ) ipiv, integer incx)ZLASWP performs a series of row interchanges on a general rectangular matrix. Purpose:
Parameters N
A
LDA
K1
K2
IPIV
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 114 of file zlaswp.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|