|
NAMESRC/cheswapr.f SYNOPSISFunctions/Subroutinessubroutine cheswapr (uplo, n, a, lda, i1, i2)
Function/Subroutine Documentationsubroutine cheswapr (character uplo, integer n, complex, dimension( lda, n ) a, integer lda, integer i1, integer i2)CHESWAPR applies an elementary permutation on the rows and columns of a Hermitian matrix. Purpose:
Parameters UPLO
N
A
LDA
I1
I2
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 101 of file cheswapr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|