Fortran-lang/stdlib
Contributing and specs
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
stdlib_scnrm2
Interface
6 statements
Source File
stdlib_blas.fypp
stdlib_blas
stdlib_scnrm2
Contents
None
interface
public pure module function stdlib_scnrm2(n, x, incx)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=ilp),
intent(in)
::
n
complex(kind=sp),
intent(in)
::
x
(*)
integer(kind=ilp),
intent(in)
::
incx
Return Value
real(kind=sp)