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

scipy.linalg.lapack.cgehrd_lwork = <fortran object>
cgehrd_lwork - Function signature:
work,info = cgehrd_lwork(n,[lo,hi])
Required arguments:
n : input int
Optional arguments:
lo := 0 input int hi := n-1 input int
Return objects:
work : complex info : int