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输入 rank-1 数组(‘f’),带有边界 (*)
- y输入 rank-1 数组(‘f’),带有边界 (*)
- c输入 float
- s输入 float
- 返回:
- xrank-1 数组(‘f’),带有边界 (*)
- yrank-1 数组(‘f’),带有边界 (*)
- 其他参数:
- n输入 int,可选
默认值:(len(x)-1-offx)/abs(incx)+1
- overwrite_x输入 int,可选
默认值:0
- offx输入 int,可选
默认值:0
- incx输入 int,可选
默认值:1
- overwrite_y输入 int,可选
默认值:0
- offy输入 int,可选
默认值:0
- incy输入 int,可选
默认值:1