Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::lanhp Interface Reference

LANHP: 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, supplied in packed form. More...

Public Member Functions

real(sp) function clanhp (norm, uplo, n, ap, work)
 
 la_clanhp
 
 la_wlanhp
 
real(dp) function zlanhp (norm, uplo, n, ap, work)
 
 la_zlanhp
 

Detailed Description

LANHP: 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, supplied in packed form.

Member Function/Subroutine Documentation

◆ clanhp()

real(sp) function la_lapack::lanhp::clanhp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(in) ap,
real(sp), dimension(*), intent(out) work )

◆ la_clanhp()

la_lapack::lanhp::la_clanhp

◆ la_wlanhp()

la_lapack::lanhp::la_wlanhp

◆ la_zlanhp()

la_lapack::lanhp::la_zlanhp

◆ zlanhp()

real(dp) function la_lapack::lanhp::zlanhp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(in) ap,
real(dp), dimension(*), intent(out) work )

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