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