scipy.linalg.blas.zscal#

scipy.linalg.blas.zscal(a, x[, n, offx, incx]) = <fortran function zscal>#

zscal 的包裝函式。

參數:
a輸入複合型別
x輸入 rank-1 陣列(‘D’),具有邊界 (*)
返回:
xrank-1 陣列(‘D’),具有邊界 (*)
其他參數:
n輸入 int,選用

預設值:(len(x)-offx)/abs(incx)

offx輸入 int,選用

預設值:0

incx輸入 int,選用

預設值:1