- Code: Select all
dgetri_( &N, A, &LDA, IPIV, wk, &LWK, &INFO );
Before I copy and paste the information given on the parameters, what would be the most common reason of getting that error? Is it from inversing a matrix that's not invertible? I tried inverting an identity matrix and got the same problem as well.

