naginterfaces.library.blas.zload

naginterfaces.library.blas.zload(n, con)[source]

zload broadcasts a complex scalar into a complex vector.

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

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

Parameters
nint

, the number of elements in .

concomplex

The scalar .

Returns
xcomplex, ndarray, shape

The elements of 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.

zload performs the operation

where is an -element complex vector.