scipy.linalg.blas.zcopy#
- scipy.linalg.blas.zcopy(x, y[, n, offx, incx, offy, incy]) = <fortran function zcopy>#
zcopy
的包裝函式。- 參數:
- xinput rank-1 array(‘D’) with bounds (*)
- yinput rank-1 array(‘D’) with bounds (*)
- 返回:
- yrank-1 array(‘D’) with bounds (*)
- 其他參數:
- ninput int, optional
預設值:(len(x)-offx)/abs(incx)
- offxinput int, optional
預設值:0
- incxinput int, optional
預設值:1
- offyinput int, optional
預設值:0
- incyinput int, optional
預設值:1