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

LANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals. More...

Public Member Functions

real(sp) function clanhb (norm, uplo, n, k, ab, ldab, work)
 
 la_clanhb
 
 la_wlanhb
 
real(dp) function zlanhb (norm, uplo, n, k, ab, ldab, work)
 
 la_zlanhb
 

Detailed Description

LANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.

Member Function/Subroutine Documentation

◆ clanhb()

real(sp) function la_lapack::lanhb::clanhb ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  k,
complex(sp), dimension(ldab,*), intent(in)  ab,
integer(ilp), intent(in)  ldab,
real(sp), dimension(*), intent(out)  work 
)

◆ la_clanhb()

la_lapack::lanhb::la_clanhb

◆ la_wlanhb()

la_lapack::lanhb::la_wlanhb

◆ la_zlanhb()

la_lapack::lanhb::la_zlanhb

◆ zlanhb()

real(dp) function la_lapack::lanhb::zlanhb ( character, intent(in)  norm,
character, intent(in)  uplo,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  k,
complex(dp), dimension(ldab,*), intent(in)  ab,
integer(ilp), intent(in)  ldab,
real(dp), dimension(*), intent(out)  work 
)

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