scipy.linalg.blas.srot#

scipy.linalg.blas.srot(x, y, c, s[, n, offx, incx, offy, incy, overwrite_x, overwrite_y]) = <fortran function srot>#

srot 的包装器。

参数:
x输入秩 1 数组('f'),边界为 (*)
y输入秩 1 数组('f'),边界为 (*)
c输入浮点数
s输入浮点数
返回:
x秩 1 数组('f'),边界为 (*)
y秩 1 数组('f'),边界为 (*)
其他参数:
n输入整数,可选

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

overwrite_x输入整数,可选

默认值: 0

offx输入整数,可选

默认值: 0

incx输入整数,可选

默认值: 1

overwrite_y输入整数,可选

默认值: 0

offy输入整数,可选

默认值: 0

incy输入整数,可选

默认值: 1