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

LANHT: 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 tridiagonal matrix A. More...

Public Member Functions

pure real(sp) function clanht (norm, n, d, e)
 
 la_clanht
 
 la_wlanht
 
pure real(dp) function zlanht (norm, n, d, e)
 
 la_zlanht
 

Detailed Description

LANHT: 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 tridiagonal matrix A.

Member Function/Subroutine Documentation

◆ clanht()

pure real(sp) function la_lapack::lanht::clanht ( character, intent(in)  norm,
integer(ilp), intent(in)  n,
real(sp), dimension(*), intent(in)  d,
complex(sp), dimension(*), intent(in)  e 
)

◆ la_clanht()

la_lapack::lanht::la_clanht

◆ la_wlanht()

la_lapack::lanht::la_wlanht

◆ la_zlanht()

la_lapack::lanht::la_zlanht

◆ zlanht()

pure real(dp) function la_lapack::lanht::zlanht ( character, intent(in)  norm,
integer(ilp), intent(in)  n,
real(dp), dimension(*), intent(in)  d,
complex(dp), dimension(*), intent(in)  e 
)

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