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

LANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A. More...

Public Member Functions

real(sp) function clanhs (norm, n, a, lda, work)
 
 la_clanhs
 
real(dp) function dlanhs (norm, n, a, lda, work)
 
 la_dlanhs
 
 la_qlanhs
 
real(sp) function slanhs (norm, n, a, lda, work)
 
 la_slanhs
 
 la_wlanhs
 
real(dp) function zlanhs (norm, n, a, lda, work)
 
 la_zlanhs
 

Detailed Description

LANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Member Function/Subroutine Documentation

◆ clanhs()

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

◆ dlanhs()

real(dp) function la_lapack::lanhs::dlanhs ( character, intent(in)  norm,
integer(ilp), intent(in)  n,
real(dp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  work 
)

◆ la_clanhs()

la_lapack::lanhs::la_clanhs

◆ la_dlanhs()

la_lapack::lanhs::la_dlanhs

◆ la_qlanhs()

la_lapack::lanhs::la_qlanhs

◆ la_slanhs()

la_lapack::lanhs::la_slanhs

◆ la_wlanhs()

la_lapack::lanhs::la_wlanhs

◆ la_zlanhs()

la_lapack::lanhs::la_zlanhs

◆ slanhs()

real(sp) function la_lapack::lanhs::slanhs ( character, intent(in)  norm,
integer(ilp), intent(in)  n,
real(sp), dimension(lda,*), intent(in)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  work 
)

◆ zlanhs()

real(dp) function la_lapack::lanhs::zlanhs ( character, intent(in)  norm,
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: