scipy.linalg.lapack.ztzrzf_lwork#

scipy.linalg.lapack.ztzrzf_lwork(m, n) = <flapack function ztzrzf_lwork>#

Query the optimal workspace for ztzrzf (LAPACK ztzrzf with lwork = -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.