LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for {he,sy}swapr: apply 2-sided permutation:

Functions

subroutine cheswapr (UPLO, N, A, LDA, I1, I2)
 CHESWAPR applies an elementary permutation on the rows and columns of a Hermitian matrix. More...
 
subroutine csyswapr (UPLO, N, A, LDA, I1, I2)
 CSYSWAPR More...
 
subroutine dsyswapr (UPLO, N, A, LDA, I1, I2)
 DSYSWAPR applies an elementary permutation on the rows and columns of a symmetric matrix. More...
 
subroutine ssyswapr (UPLO, N, A, LDA, I1, I2)
 SSYSWAPR applies an elementary permutation on the rows and columns of a symmetric matrix. More...
 
subroutine zheswapr (UPLO, N, A, LDA, I1, I2)
 ZHESWAPR applies an elementary permutation on the rows and columns of a Hermitian matrix. More...
 
subroutine zsyswapr (UPLO, N, A, LDA, I1, I2)
 ZSYSWAPR More...
 

Detailed Description