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

◆ dnrm2sub()

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

Definition at line 6 of file dnrm2sub.f.

7c
8 external dnrm2
9 double precision dnrm2,nrm2
10 integer n,incx
11 double precision x(*)
12c
13 nrm2=dnrm2(n,x,incx)
14 return
real(wp) function dnrm2(n, x, incx)
DNRM2
Definition dnrm2.f90:89
Here is the call graph for this function: