LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ scnrm2sub()

subroutine scnrm2sub ( integer  n,
complex, dimension(*)  x,
integer  incx,
real  nrm2 
)

Definition at line 6 of file scnrm2sub.f.

7c
8 external scnrm2
9 real scnrm2,nrm2
10 integer n,incx
11 complex x(*)
12c
13 nrm2=scnrm2(n,x,incx)
14 return
real(wp) function scnrm2(n, x, incx)
SCNRM2
Definition scnrm2.f90:90
Here is the call graph for this function: