Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in), | dimension(:, :) | :: | lu | ||
integer, | intent(in), | dimension(:) | :: | idx | ||
real, | intent(out), | dimension(:, :) | :: | inverse |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex, | intent(in), | dimension(:, :) | :: | lu | ||
integer, | intent(in), | dimension(:) | :: | idx | ||
complex, | intent(out), | dimension(:, :) | :: | inverse |