Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | a(:,:) | ||
integer(kind=int32), | intent(in) | :: | b(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | allocatable | :: | a(:,:) | ||
real(kind=real64), | intent(in) | :: | b(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | a(:) | ||
integer(kind=int32), | intent(in) | :: | b(:) |