SciPy

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.sgeev_lwork

scipy.linalg.lapack.sgeev_lwork = <fortran object>
sgeev_lwork - Function signature:
work,info = sgeev_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 : float info : int