1SCNRM2(1) BLAS routine SCNRM2(1)
23
4
NAME
6SCNRM2 - the euclidean norm of a vector via the function name, so that
7SCNRM2 := sqrt( conjg( x' )*x ) -- This version written on 25-Octo‐
8ber-1982
9
SYNOPSIS
11REAL FUNCTION SCNRM2(N,X,INCX)
1213
INTEGER INCX,N
1415
COMPLEX X(*)
16
PURPOSE
18SCNRM2 returns the euclidean norm of a vector via the function name, so
19that
20Modified on 14-October-1993 to inline the call to CLASSQ.
21Sven Hammarling, Nag Ltd.
2223
24
25
26
27
BLAS routine November 2006 SCNRM2(1)