ivector_unique Subroutine

public subroutine ivector_unique(this)

Sorts and removes all duplicate entries of an ivector. Note that the internal buffer size remains unchanged. To reduce the buffer size, call ivector_shrink_to_fit.

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this

Calls

proc~~ivector_unique~~CallsGraph proc~ivector_unique ivector_unique proc~iqsort iqsort proc~ivector_unique->proc~iqsort

Contents

None