This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.zgeev_lwork¶
- scipy.linalg.lapack.zgeev_lwork(n[, compute_vl, compute_vr]) = <fortran object>¶
Wrapper for zgeev_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