Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | a(:,:) | |||
integer, | intent(in) | :: | b(:,:) | |||
integer, | intent(out), | allocatable | :: | c(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in) | :: | a(:,:) | |||
real(kind=8), | intent(in) | :: | b(:,:) | |||
real(kind=8), | intent(out), | allocatable | :: | c(:,:) |