
Creates a rank-1 or rank-2 array filled zeros. (Specification)
zeros creates a rank-1 array, filled completely with 0 integer type values.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | dim |
zeros creates a rank-2 array, filled completely with 0 integer type values.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | dim1 | |||
| integer, | intent(in) | :: | dim2 |