scipy.linalg.blas.zswap#

scipy.linalg.blas.zswap(x, y[, n, offx, incx, offy, incy]) = <fortran function zswap>#

包装器 zswap

参数:
x输入秩为 1 的数组(‘D’) 且边界为 (*)
y输入秩为 1 的数组(‘D’) 且边界为 (*)
返回:
x秩为 1 的数组(‘D’) 且边界为 (*)
y秩为 1 的数组(‘D’) 且边界为 (*)
其他参数:
n输入 int,可选

默认值: (len(x)-offx)/abs(incx)

offx输入 int,可选

默认值: 0

incx输入 int,可选

默认值: 1

offy输入 int,可选

默认值: 0

incy输入 int,可选

默认值: 1