fortran-lapack
Loading...
Searching...
No Matches
la_lapack::lanhe Interface Reference

LANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A. More...

Public Member Functions

real(sp) function clanhe (norm, uplo, n, a, lda, work)
 
 la_clanhe
 
 la_wlanhe
 
real(dp) function zlanhe (norm, uplo, n, a, lda, work)
 
 la_zlanhe
 

Detailed Description

LANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.

Member Function/Subroutine Documentation

◆ clanhe()

real(sp) function la_lapack::lanhe::clanhe ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  work 
)

◆ la_clanhe()

la_lapack::lanhe::la_clanhe

◆ la_wlanhe()

la_lapack::lanhe::la_wlanhe

◆ la_zlanhe()

la_lapack::lanhe::la_zlanhe

◆ zlanhe()

real(dp) function la_lapack::lanhe::zlanhe ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(dp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  work 
)

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