SciPy

This is documentation for an old release of SciPy (version 1.5.3). 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(n[, compute_vl, compute_vr]) = <fortran object>

Wrapper for sgeev_lwork.

Parameters
ninput int
Returns
workfloat
infoint
Other Parameters
compute_vlinput int, optional

Default: 1

compute_vrinput int, optional

Default: 1

Previous topic

scipy.linalg.lapack.zgeev

Next topic

scipy.linalg.lapack.dgeev_lwork