Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::heswapr Interface Reference

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

Public Member Functions

pure subroutine cheswapr (uplo, n, a, lda, i1, i2)
 
 la_cheswapr
 
 la_wheswapr
 
pure subroutine zheswapr (uplo, n, a, lda, i1, i2)
 
 la_zheswapr
 

Detailed Description

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

Member Function/Subroutine Documentation

◆ 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 )
Here is the call graph for this function:

◆ 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 )
Here is the call graph for this function:

The documentation for this interface was generated from the following file: