Calculate the inverse "xx" for the matrix "ax" (from STPK)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | ax(:,:) |
Input matrix |
||
| double precision, | intent(inout) | :: | xx(size(ax,1),size(ax,2)) |
Inverse |