LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ snrm2sub()

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

Definition at line 7 of file snrm2sub.f.

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