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