scipy.linalg.lapack.zgetri_lwork#

scipy.linalg.lapack.zgetri_lwork(n) = <flapack function zgetri_lwork>#

Query the optimal lwork for zgetri.

Parameters:
nint

Order of the square matrix.

Returns:
workcomplex

Optimal size of the work array, as a scalar of the routine’s dtype.

infoint

0 on success; if negative, the -info-th argument had an illegal value.