1SNRM2(1) BLAS routine SNRM2(1)
23
4
NAME
6SNRM2 - the euclidean norm of a vector via the function name, so that
7SNRM2 := sqrt( x'*x )
8
SYNOPSIS
10REAL FUNCTION SNRM2(N,X,INCX)
1112
INTEGER INCX,N
1314
REAL X(*)
15
PURPOSE
17SNRM2 returns the euclidean norm of a vector via the function name, so
18that
1920
FURTHER DETAILS
22-- This version written on 25-October-1982.
23Modified on 14-October-1993 to inline the call to SLASSQ.
24Sven Hammarling, Nag Ltd.
2526
27
28
29
30
BLAS routine November 2006 SNRM2(1)