scipy.linalg.lapack.sgeev#

scipy.linalg.lapack.sgeev(a[, compute_vl, compute_vr, lwork, overwrite_a]) = <fortran function sgeev>#

sgeev 的包裝函式。

參數::
ainput rank-2 array(‘f’) with bounds (n,n)
返回::
wrrank-1 array(‘f’) with bounds (n)
wirank-1 array(‘f’) with bounds (n)
vlrank-2 array(‘f’) with bounds (ldvl,n)
vrrank-2 array(‘f’) with bounds (ldvr,n)
infoint
其他參數::
compute_vlinput int, optional

預設值:1

compute_vrinput int, optional

預設值:1

overwrite_ainput int, optional

預設值:0

lworkinput int, optional

預設值:max(4*n,1)