naginterfaces.library.blas.dznrm2

naginterfaces.library.blas.dznrm2(x)[source]

dznrm2 computes the Euclidean norm of a complex vector.

For full information please refer to the NAG Library document for f06jj

https://www.nag.com/numeric/nl/nagdoc_29.3/flhtml/f06/f06jjf.html

Parameters
xcomplex, array-like, shape

The -element vector .

Returns
nrmfloat

The Euclidean norm of the complex vector, .

Raises
NagValueError
(errno )

On entry, error in parameter .

Constraint: .

Notes

No equivalent traditional C interface for this routine exists in the NAG Library.

dznrm2 returns the Euclidean norm

of the -element complex vector .

References

Lawson, C L, Hanson, R J, Kincaid, D R and Krogh, F T, 1979, Basic linear algebra supbrograms for Fortran usage, ACM Trans. Math. Software (5), 308–325