naginterfaces.library.blas.zdaxpzy

naginterfaces.library.blas.zdaxpzy(alpha, x)[source]

zdaxpzy multiplies a complex vector by a real scalar, preserving the input vector.

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

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

Parameters
alphafloat

The scalar .

xcomplex, array-like, shape

The -element vector .

Returns
ycomplex, ndarray, shape

The elements of the vector .

Notes

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

zdaxpzy performs the operation

where and are -element complex vectors, and is a real scalar.