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.0).

scipy.linalg.lapack.cgehrd_lwork

scipy.linalg.lapack.cgehrd_lwork(n[, lo, hi]) = <fortran object>

Wrapper for cgehrd_lwork.

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

Default: 0

hi : input int, optional

Default: n-1

Previous topic

scipy.linalg.lapack.dgehrd_lwork

Next topic

scipy.linalg.lapack.zgehrd_lwork