scipy.linalg.blas.scopy#
- scipy.linalg.blas.scopy(x, y[, n, offx, incx, offy, incy]) = <fortran function scopy>#
scopy
的包装器。- 参数:
- x输入秩为1的数组(‘f’),边界为(*)
- y输入秩为1的数组(‘f’),边界为(*)
- 返回:
- y秩为1的数组(‘f’),边界为(*)
- 其他参数:
- n输入 整数, 可选
默认值:(len(x)-offx)/abs(incx)
- offx输入 整数, 可选
默认值: 0
- incx输入 整数, 可选
默认值:1
- offy输入 整数, 可选
默认值: 0
- incy输入 整数, 可选
默认值:1