stdlib_clanhf Interface

interface
public module function stdlib_clanhf(norm, transr, uplo, n, a, work)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: norm
character(len=1), intent(in) :: transr
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(in) :: a(0_ilp:*)
real(kind=sp), intent(out) :: work(0_ilp:*)

Return Value real(kind=sp)