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