scipy.linalg.blas.csrot#
- scipy.linalg.blas.csrot(x, y, c, s[, n, offx, incx, offy, incy, overwrite_x, overwrite_y]) = <fortran function csrot>#
csrot
的包装器。- 参数:
- 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