lanhf Interface

public interface lanhf

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.


Functions

public function 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:*)
real(kind=sp), intent(out) :: work(0:*)

Return Value real(kind=sp)

public function zlanhf(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=dp), intent(in) :: a(0:*)
real(kind=dp), intent(out) :: work(0:*)

Return Value real(kind=dp)

Module Procedures

public interface stdlib_clanhf()

Arguments

None

public interface stdlib_zlanhf()

Arguments

None