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
 
