odrpack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
dnrm2
Interface
MIT
78 statements
Source File
blas_interfaces.f90
blas_interfaces
dnrm2
Contents
None
interface
public pure function dnrm2(n, x, incx)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=dp),
intent(in)
::
x
(*)
integer,
intent(in)
::
incx
Return Value
real(kind=dp)
Description
Euclidean length (L2 Norm) of vector.