function zgetri import Complex; input Complex LU[:, size(LU, 1)] "LU factorization of zgetrf of a complex square matrix"; input Integer pivots[size(LU, 1)] "Pivot vector of zgetrf"; output Complex inv[size(LU, 1), size(LU, 2)]; output Integer info; end zgetri;