|
NAMESRC/claswp.f SYNOPSISFunctions/Subroutinessubroutine claswp (n, a, lda, k1, k2, ipiv, incx)
Function/Subroutine Documentationsubroutine claswp (integer n, complex, dimension( lda, * ) a, integer lda, integer k1, integer k2, integer, dimension( * ) ipiv, integer incx)CLASWP 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 claswp.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|