Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in), | DIMENSION(:, :) | :: | A | ||
real(kind=dp), | intent(out), | DIMENSION(:) | :: | c | ||
real(kind=dp), | intent(out), | optional, | DIMENSION(SIZE(A,1), SIZE(A,1)) | :: | Ainv | |
logical, | intent(out), | optional | :: | success | ||
logical, | intent(in), | optional | :: | check |