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