Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_zlanhp
Interface
14 statements
Source File
stdlib_lapack_base.fypp
stdlib_lapack_base
stdlib_zlanhp
Contents
None
interface
public module function stdlib_zlanhp(norm, uplo, n, ap, work)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=1),
intent(in)
::
norm
character(len=1),
intent(in)
::
uplo
integer(kind=ilp),
intent(in)
::
n
complex(kind=dp),
intent(in)
::
ap
(*)
real(kind=dp),
intent(out)
::
work
(*)
Return Value
real(kind=dp)