Copies memory area
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(out), | DIMENSION(1:n) | :: | dst |
destination memory |
|
integer(kind=int_4), | intent(in), | DIMENSION(1:n) | :: | src |
source memory |
|
integer, | intent(in) | :: | n |
length of copy |
Copies memory area
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(out), | DIMENSION(1:n) | :: | dst |
destination memory |
|
integer(kind=int_8), | intent(in), | DIMENSION(1:n) | :: | src |
source memory |
|
integer, | intent(in) | :: | n |
length of copy |
Copies memory area
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(out), | DIMENSION(1:n) | :: | dst |
destination memory |
|
real(kind=real_4), | intent(in), | DIMENSION(1:n) | :: | src |
source memory |
|
integer, | intent(in) | :: | n |
length of copy |
Copies memory area
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(out), | DIMENSION(1:n) | :: | dst |
destination memory |
|
real(kind=real_8), | intent(in), | DIMENSION(1:n) | :: | src |
source memory |
|
integer, | intent(in) | :: | n |
length of copy |
Copies memory area
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(out), | DIMENSION(1:n) | :: | dst |
destination memory |
|
complex(kind=real_4), | intent(in), | DIMENSION(1:n) | :: | src |
source memory |
|
integer, | intent(in) | :: | n |
length of copy |
Copies memory area
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(out), | DIMENSION(1:n) | :: | dst |
destination memory |
|
complex(kind=real_8), | intent(in), | DIMENSION(1:n) | :: | src |
source memory |
|
integer, | intent(in) | :: | n |
length of copy |