|
NAMESRC/zheswapr.f SYNOPSISFunctions/Subroutinessubroutine zheswapr (uplo, n, a, lda, i1, i2)
Function/Subroutine Documentationsubroutine zheswapr (character uplo, integer n, complex*16, dimension( lda, n ) a, integer lda, integer i1, integer i2)ZHESWAPR 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 zheswapr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|