1SNRM2(1)                         BLAS routine                         SNRM2(1)
2
3
4

NAME

6       SNRM2  -  returns the euclidean norm of a vector via the function name,
7       so that   SNRM2 := sqrt( x'*x )
8

SYNOPSIS

10       REAL FUNCTION SNRM2(N,X,INCX)
11
12           INTEGER   INCX,N
13
14           REAL      X(*)
15

PURPOSE

17       SNRM2 returns the euclidean norm of a vector via the function name,  so
18       that
19
20

FURTHER DETAILS

22       -- This version written on 25-October-1982.
23          Modified on 14-October-1993 to inline the call to SLASSQ.
24          Sven Hammarling, Nag Ltd.
25
26
27
28
29BLAS routine                     November 2008                        SNRM2(1)
Impressum