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

scipy.linalg.lapack.dsygvx_lwork(n[, uplo]) = <fortran object>

Wrapper for dsygvx_lwork.

Parameters
ninput int
Returns
workfloat
infoint
Other Parameters
uploinput string(len=1), optional

Default: ‘L’

Previous topic

scipy.linalg.lapack.ssygvx_lwork

Next topic

scipy.linalg.lapack.ssysv