scipy.linalg.lapack.clarfg#
- scipy.linalg.lapack.clarfg(n, alpha, x[, incx, overwrite_x]) = <fortran function clarfg>#
clarfg
的包裝函式。- 參數:
- n輸入 int
- alpha輸入 complex(複數)
- x輸入 秩為 1 的陣列(‘F’),邊界為 (lx)
- 回傳:
- alphacomplex(複數)
- x秩為 1 的陣列(‘F’),邊界為 (lx)
- taucomplex(複數)
- 其他參數:
- overwrite_x輸入 int,選用
預設值:0
- incx輸入 int,選用
預設值:1