naginterfaces.library.blas.znegv

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

znegv negates a complex vector.

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

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/f06/f06hgf.html

Parameters
xcomplex, array-like, shape

The -element vector .

Returns
xcomplex, ndarray, shape

The vector .

Raises
NagValueError
(errno )

On entry, error in parameter .

Constraint: .

Notes

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

znegv performs the operation

where is an -element complex vector.