Wrapper for zgeev.
| Parameters: | a : input rank-2 array(‘D’) with bounds (n,n) |
|---|---|
| Returns: | w : rank-1 array(‘D’) with bounds (n) vl : rank-2 array(‘D’) with bounds (ldvl,n) vr : rank-2 array(‘D’) with bounds (ldvr,n) info : int |
| Other Parameters: | |
compute_vl : input int, optional
compute_vr : input int, optional
overwrite_a : input int, optional
lwork : input int, optional
|
|