scipy.linalg.blas.sswap#

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

sswap 的包装器。

参数:
x输入秩为 1 的数组(‘f’),带有边界 (*)
y输入秩为 1 的数组(‘f’),带有边界 (*)
返回:
x秩为 1 的数组(‘f’),带有边界 (*)
y秩为 1 的数组(‘f’),带有边界 (*)
其他参数:
n输入整数,可选

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

offx输入整数,可选

默认值: 0

incx输入整数,可选

默认值: 1

offy输入整数,可选

默认值: 0

incy输入整数,可选

默认值: 1