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

NAME

6       SCNRM2  - the euclidean norm of a vector via the function name, so that
7       SCNRM2 := sqrt( conjg( x' )*x )    -- This version written on  25-Octo‐
8       ber-1982
9

SYNOPSIS

11       REAL FUNCTION SCNRM2(N,X,INCX)
12
13           INTEGER   INCX,N
14
15           COMPLEX   X(*)
16

PURPOSE

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