scipy.linalg.lapack.cgetri_lwork#

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

Query the optimal lwork for cgetri.

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.