It sorts integer vector and removes duplication.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | array(:,:) | ||
integer(kind=int32), | intent(inout), | optional, | allocatable | :: | order(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | allocatable | :: | array(:,:) | ||
integer(kind=int32), | intent(inout), | optional, | allocatable | :: | order(:) |