scipy.linalg.lapack.ctzrzf_lwork#
- scipy.linalg.lapack.ctzrzf_lwork(m, n) = <flapack function ctzrzf_lwork>#
Query the optimal workspace for
ctzrzf(LAPACKctzrzfwithlwork = -1).- Parameters:
- mint
Number of rows of the matrix.
- nint
Number of columns of the matrix.
- Returns:
- workcomplex
Optimal lwork.
- infoint
0 on success; if negative, the
-info-th argument had an illegal value.