scipy.linalg.lapack.zgesvd_lwork#
- scipy.linalg.lapack.zgesvd_lwork(m, n[, compute_uv, full_matrices]) = <fortran function zgesvd_lwork>#
zgesvd_lwork
的包裝函式。- 參數:
- m輸入 int
- n輸入 int
- 回傳值:
- workcomplex(複數)
- infoint(整數)
- 其他參數:
- compute_uv輸入 int,選填
預設值:1
- full_matrices輸入 int,選填
預設值:1