scipy.linalg.blas.zdscal#
- scipy.linalg.blas.zdscal(a, x[, n, offx, incx, overwrite_x]) = <fortran function zdscal>#
zdscal
的包裝函式。- 參數:
- a輸入 float
- x輸入 秩為 1 的陣列('D'),帶有邊界 (*)
- 回傳:
- x秩為 1 的陣列('D'),帶有邊界 (*)
- 其他參數:
- n輸入 int,選用
預設值:(len(x)-offx)/abs(incx)
- overwrite_x輸入 int,選用
預設值:0
- offx輸入 int,選用
預設值:0
- incx輸入 int,選用
預設值:1