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