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

scipy.linalg.lapack.zheevd_lwork(n[, compute_v, lower]) = <fortran object>

Wrapper for zheevd_lwork.

Parameters
ninput int
Returns
workcomplex
iworkint
rworkfloat
infoint
Other Parameters
compute_vinput int, optional

Default: 1

lowerinput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.cheevd_lwork

Next topic

scipy.linalg.lapack.cheevr