scipy.linalg.blas.csscal#
- scipy.linalg.blas.csscal(a, x[, n, offx, incx, overwrite_x]) = <fortran 函数 csscal>#
csscal
的包装器。- 参数:
- a输入浮点数
- x带有边界 (*) 的输入 rank-1 数组(‘F’)
- 返回:
- x带有边界 (*) 的 rank-1 数组(‘F’)
- 其他参数:
- n输入 int,可选
默认值:(len(x)-offx)/abs(incx)
- overwrite_x输入 int,可选
默认值:0
- offx输入 int,可选
默认值:0
- incx输入 int,可选
默认值:1