scipy.linalg.blas.cher#
- scipy.linalg.blas.cher(alpha, x[, lower, incx, offx, n, a, overwrite_a]) = <fortran function cher>#
cher
的封裝器。- 參數:
- alpha輸入 complex
- x輸入 rank-1 陣列(‘F’),邊界為 (*)
- 返回:
- arank-2 陣列(‘F’),邊界為 (n,n)
- 其他參數:
- lower輸入 int,選用
預設值:0
- incx輸入 int,選用
預設值:1
- offx輸入 int,選用
預設值:0
- n輸入 int,選用
預設值:(len(x)-1-offx)/abs(incx)+1
- a輸入 rank-2 陣列(‘F’),邊界為 (n,n)
- overwrite_a輸入 int,選用
預設值:0