MFI - Modern Fortran Interfaces
Source Files
Modules
Procedures
mfi_dznrm2
Function
14 statements
Source File
blas.f90
mfi_blas
mfi_dznrm2
Contents
public pure function mfi_dznrm2(x, incx)
Modern interface for
dznrm2
. See also:
mfi_nrm2
,
f77_nrm2
.
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=REAL64),
intent(in)
::
x
(:)
integer,
intent(in),
optional
::
incx
Return Value
real(kind=REAL64)