scipy.linalg.lapack.zlarfg#
- scipy.linalg.lapack.zlarfg(n, alpha, x[, incx, overwrite_x]) = <fortran function zlarfg>#
zlarfg
的包裝函式。- 參數:
- n輸入 int
- alpha輸入 complex
- x輸入 rank-1 array(‘D’) with bounds (lx)
- 返回值:
- alphacomplex
- xrank-1 array(‘D’) with bounds (lx)
- taucomplex
- 其他參數:
- overwrite_x輸入 int, 選填
預設值: 0
- incx輸入 int, 選填
預設值: 1