HESWAPR: applies an elementary permutation on the rows and the columns of a hermitian matrix.
More...
|
pure subroutine | cheswapr (uplo, n, a, lda, i1, i2) |
|
| la_cheswapr |
|
| la_wheswapr |
|
pure subroutine | zheswapr (uplo, n, a, lda, i1, i2) |
|
| la_zheswapr |
|
HESWAPR: applies an elementary permutation on the rows and the columns of a hermitian matrix.
◆ cheswapr()
pure subroutine la_lapack::heswapr::cheswapr |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,n), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), intent(in) |
i1, |
|
|
integer(ilp), intent(in) |
i2 |
|
) |
| |
◆ la_cheswapr()
la_lapack::heswapr::la_cheswapr |
◆ la_wheswapr()
la_lapack::heswapr::la_wheswapr |
◆ la_zheswapr()
la_lapack::heswapr::la_zheswapr |
◆ zheswapr()
pure subroutine la_lapack::heswapr::zheswapr |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,n), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), intent(in) |
i1, |
|
|
integer(ilp), intent(in) |
i2 |
|
) |
| |
The documentation for this interface was generated from the following file: