heswapr Interface

public interface heswapr

HESWAPR applies an elementary permutation on the rows and the columns of a hermitian matrix.


Subroutines

public pure subroutine cheswapr(uplo, n, a, lda, i1, i2)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(inout) :: a(lda,n)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(in) :: i1
integer(kind=ilp), intent(in) :: i2

public pure subroutine zheswapr(uplo, n, a, lda, i1, i2)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: a(lda,n)
integer(kind=ilp), intent(in) :: lda
integer(kind=ilp), intent(in) :: i1
integer(kind=ilp), intent(in) :: i2

Module Procedures

public interface stdlib_cheswapr()

Arguments

None

public interface stdlib_zheswapr()

Arguments

None