scipy.linalg.blas.cscal#
- scipy.linalg.blas.cscal(a, x[, n, offx, incx]) = <fortran function cscal>#
cscal
的包装器。- 参数:
- a输入复数
- x输入秩为 1 的数组(‘F’) 且边界为 (*)
- 返回值:
- x秩为 1 的数组(‘F’) 且边界为 (*)
- 其他参数:
- n输入整数,可选
默认值: (len(x)-offx)/abs(incx)
- offx输入整数,可选
默认值: 0
- incx输入整数,可选
默认值: 1