sort_index Subroutine

public subroutine sort_index(array, index, work, iwork, reverse)

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: array(0:)
integer(kind=int_size), intent(out) :: index(0:)
integer, intent(out), optional :: work(0:)
integer(kind=int_size), intent(out), optional :: iwork(0:)
logical, intent(in), optional :: reverse