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