stdlib_zlanhb Interface

interface
public module function stdlib_zlanhb(norm, uplo, n, k, ab, ldab, work)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: norm
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: k
complex(kind=dp), intent(in) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=dp), intent(out) :: work(*)

Return Value real(kind=dp)