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