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

NAME

6       DNRM2  -  the euclidean norm of a vector via the function name, so that
7       DNRM2 := sqrt( x'*x )   -- This version written on 25-October-1982
8

SYNOPSIS

10       DOUBLE PRECISION FUNCTION DNRM2(N,X,INCX)
11
12           INTEGER      INCX,N
13
14           DOUBLE       PRECISION X(*)
15

PURPOSE

17       DNRM2 returns the euclidean norm of a vector via the function name,  so
18       that
19          Modified on 14-October-1993 to inline the call to DLASSQ.
20          Sven Hammarling, Nag Ltd.
21
22
23
24
25
26BLAS routine                     November 2006                        DNRM2(1)
Impressum