LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
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
real function snrm2(N, X, INCX)
SNRM2
Definition: snrm2.f:56

Here is the call graph for this function: