naginterfaces.library.blas.icopy

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

icopy copies an integer vector.

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

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

Parameters
xint, array-like, shape

The -element vector .

Returns
yint, ndarray, shape

The elements of the vector .

Notes

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

icopy performs the operation

where and are -element integer vectors.