scipy.linalg.blas.zcopy#
- scipy.linalg.blas.zcopy(x, y[, n, offx, incx, offy, incy]) = <fortran function zcopy>#
Wrapper for
zcopy
.- Parameters:
- xinput rank-1 array(‘D’) with bounds (*)
- yinput rank-1 array(‘D’) with bounds (*)
- Returns:
- yrank-1 array(‘D’) with bounds (*)
- Other Parameters:
- ninput int, optional
Default: (len(x)-offx)/abs(incx)
- offxinput int, optional
Default: 0
- incxinput int, optional
Default: 1
- offyinput int, optional
Default: 0
- incyinput int, optional
Default: 1