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

LANHF: 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 in RFP format. More...

Public Member Functions

real(sp) function clanhf (norm, transr, uplo, n, a, work)
 
 la_clanhf
 
 la_wlanhf
 
real(dp) function zlanhf (norm, transr, uplo, n, a, work)
 
 la_zlanhf
 

Detailed Description

LANHF: 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 in RFP format.

Member Function/Subroutine Documentation

◆ clanhf()

real(sp) function la_lapack::lanhf::clanhf ( character, intent(in)  norm,
character, intent(in)  transr,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(sp), dimension(0:*), intent(in)  a,
real(sp), dimension(0:*), intent(out)  work 
)

◆ la_clanhf()

la_lapack::lanhf::la_clanhf

◆ la_wlanhf()

la_lapack::lanhf::la_wlanhf

◆ la_zlanhf()

la_lapack::lanhf::la_zlanhf

◆ zlanhf()

real(dp) function la_lapack::lanhf::zlanhf ( character, intent(in)  norm,
character, intent(in)  transr,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(dp), dimension(0:*), intent(in)  a,
real(dp), dimension(0:*), intent(out)  work 
)

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