| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=I4B), | intent(inout) | :: | a | |||
| integer(kind=I4B), | intent(inout) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(inout) | :: | a | |||
| real(kind=SP), | intent(inout) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(inout), | DIMENSION(:) | :: | a | ||
| real(kind=SP), | intent(inout), | DIMENSION(:) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=SPC), | intent(inout) | :: | a | |||
| complex(kind=SPC), | intent(inout) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=SPC), | intent(inout), | DIMENSION(:) | :: | a | ||
| complex(kind=SPC), | intent(inout), | DIMENSION(:) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=SPC), | intent(inout), | DIMENSION(:,:) | :: | a | ||
| complex(kind=SPC), | intent(inout), | DIMENSION(:,:) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=DPC), | intent(inout) | :: | a | |||
| complex(kind=DPC), | intent(inout) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=DPC), | intent(inout), | DIMENSION(:) | :: | a | ||
| complex(kind=DPC), | intent(inout), | DIMENSION(:) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=DPC), | intent(inout), | DIMENSION(:,:) | :: | a | ||
| complex(kind=DPC), | intent(inout), | DIMENSION(:,:) | :: | b |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(inout) | :: | a | |||
| real(kind=SP), | intent(inout) | :: | b | |||
| logical(kind=LGT), | intent(in) | :: | mask |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(inout), | DIMENSION(:) | :: | a | ||
| real(kind=SP), | intent(inout), | DIMENSION(:) | :: | b | ||
| logical(kind=LGT), | intent(in), | DIMENSION(:) | :: | mask |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=SP), | intent(inout), | DIMENSION(:,:) | :: | a | ||
| real(kind=SP), | intent(inout), | DIMENSION(:,:) | :: | b | ||
| logical(kind=LGT), | intent(in), | DIMENSION(:,:) | :: | mask |