This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.cgeev_lwork¶
- scipy.linalg.lapack.cgeev_lwork = <fortran object>¶
- cgeev_lwork - Function signature:
- work,info = cgeev_lwork(n,[compute_vl,compute_vr])
- Required arguments:
- n : input int
- Optional arguments:
- compute_vl := 1 input int compute_vr := 1 input int
- Return objects:
- work : complex info : int