ivector_sort Subroutine

public subroutine ivector_sort(this, order)

Sorts an ivector in ascending order. If order is provided, it will contain the sorted indices. The size of order must be at least this%len.

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(inout) :: this
integer, intent(out), optional dimension(:):: order

Calls

proc~~ivector_sort~~CallsGraph proc~ivector_sort ivector_sort proc~iqsort iqsort proc~ivector_sort->proc~iqsort

Contents

None