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

◆ snrm2sub()

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

Definition at line 6 of file snrm2sub.f.

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