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