OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
dznrm2sub.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dznrm2sub (n, x, incx, nrm2)

Function/Subroutine Documentation

◆ dznrm2sub()

subroutine dznrm2sub ( integer n,
double complex, dimension(*) x,
integer incx,
double precision nrm2 )

Definition at line 6 of file dznrm2sub.f.

7c
8 external dznrm2
9 double precision dznrm2,nrm2
10 integer n,incx
11 double complex x(*)
12c
13 nrm2=dznrm2(n,x,incx)
14 return
real(wp) function dznrm2(n, x, incx)
DZNRM2
Definition dznrm2.f90:90