scipy.linalg.lapack.sgees#
- scipy.linalg.lapack.sgees(sselect, a[, compute_v, sort_t, lwork, sselect_extra_args, overwrite_a]) = <fortran function sgees>#
- Wrapper for - sgees.- Parameters:
- sselectcall-back function
- ainput rank-2 array(‘f’) with bounds (n,n)
 
- Returns:
- trank-2 array(‘f’) with bounds (n,n) and a storage
- sdimint
- wrrank-1 array(‘f’) with bounds (n)
- wirank-1 array(‘f’) with bounds (n)
- vsrank-2 array(‘f’) with bounds (ldvs,n)
- workrank-1 array(‘f’) with bounds (MAX(lwork, 1))
- infoint
 
- Other Parameters:
- compute_vinput int, optional
- Default: 1 
- sort_tinput int, optional
- Default: 0 
- sselect_extra_argsinput tuple, optional
- Default: () 
- overwrite_ainput int, optional
- Default: 0 
- lworkinput int, optional
- Default: max(3*n,1) 
 
 - Notes - Call-back functions: - def sselect(arg1,arg2): return sselect Required arguments: arg1 : input float arg2 : input float Return objects: sselect : int