![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
REAL function | snrm2 (N, X, INCX) |
SNRM2 More... | |
REAL function snrm2 | ( | integer | N, |
real, dimension(*) | X, | ||
integer | INCX | ||
) |
SNRM2
SNRM2 returns the euclidean norm of a vector via the function name, so that SNRM2 := sqrt( x'*x ).
-- This version written on 25-October-1982. Modified on 14-October-1993 to inline the call to SLASSQ. Sven Hammarling, Nag Ltd.
Definition at line 55 of file snrm2.f.