functionwrapper_zgetri
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | LU_real | LU factorization of zgetrf of a square matrix, real part | |
| Real[size(LU_real, 1),size(LU_real, 2)] | LU_imag | LU factorization of zgetrf of a square matrix, imaginary part | |
| Integer[size(LU_real, 1)] | pivots | Pivot vector of zgetrf |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[size(LU_real, 1),size(LU_real, 2)] | inv_real | LU_real | Inverse of matrix P*L*U, real part |
| Real[size(LU_real, 1),size(LU_real, 2)] | inv_imag | LU_imag | Inverse of matrix P*L*U, imaginary part |
| Integer | info |