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

NAME

6       SCNRM2  - returns the euclidean norm of a vector via the function name,
7       so  that    SCNRM2  :=  sqrt(  conjg(  x'  )*x   )    Further   Details
8       ===============  -- This version written on 25-October-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
26BLAS routine                     November 2008                       SCNRM2(1)
Impressum