scipy.linalg.lapack.cunghr_lwork#
- scipy.linalg.lapack.cunghr_lwork(n, lo=0, hi=n - 1) = <flapack function cunghr_lwork>#
Query the optimal workspace for
cunghr(LAPACKcunghrwithlwork = -1).- Parameters:
- nint
Order of the square matrix.
- loint, optional
Index of the first row/column to reduce, 0-based. Default is 0.
- hiint, optional
Index of the last row/column to reduce, 0-based. Default is
n - 1.
- Returns:
- workcomplex
Optimal lwork.
- infoint
0 on success; if negative, the
-info-th argument had an illegal value.