scipy.linalg.lapack.cgeev_lwork¶
-
scipy.linalg.lapack.
cgeev_lwork
(n[, compute_vl, compute_vr]) = <fortran object>¶ Wrapper for
cgeev_lwork
.Parameters: - n : input int
Returns: - work : complex
- info : int
Other Parameters: - compute_vl : input int, optional
Default: 1
- compute_vr : input int, optional
Default: 1