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