![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
real function scnrm2 | ( | integer | N, |
complex, dimension(*) | X, | ||
integer | INCX | ||
) |
SCNRM2
SCNRM2 returns the euclidean norm of a vector via the function name, so that SCNRM2 := sqrt( x**H*x )
[in] | N | N is INTEGER number of elements in input vector(s) |
[in] | X | X is COMPLEX array, dimension (N) complex vector with N elements |
[in] | INCX | INCX is INTEGER storage spacing between elements of X |
-- This version written on 25-October-1982. Modified on 14-October-1993 to inline the call to CLASSQ. Sven Hammarling, Nag Ltd.
Definition at line 77 of file scnrm2.f.