Returns only the unique elements of the vector (sorted in ascending order).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | dimension(:) | :: | vec |
a vector of integers |
|
| integer, | intent(in) | :: | chunk_size |
chunk size for adding to arrays |
unique elements of ivec
Returns only the unique elements of the vector (sorted in ascending order).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | dimension(:) | :: | vec |
a vector of integers |
|
| integer, | intent(in) | :: | chunk_size |
chunk size for adding to arrays |
unique elements of ivec