SciPy

This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.zhesvx_lwork

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

Wrapper for zhesvx_lwork.

Parameters:
n : input int
Returns:
work : complex
info : int
Other Parameters:
 
lower : input int, optional

Default: 0

Previous topic

scipy.linalg.lapack.chesvx_lwork

Next topic

scipy.linalg.lapack.chegst