naginterfaces.library.blas.iload

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

iload broadcasts an integer scalar into an integer vector.

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

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

Parameters
nint

, the number of elements in .

conint

The scalar .

Returns
xint, 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.

iload performs the operation

where is an -element integer vector.