heapsort_real64_array Subroutine

public recursive subroutine heapsort_real64_array(array, order, exec_row_sort)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(inout) :: array(:,:)
integer(kind=int32), intent(inout), optional, allocatable :: order(:)
logical, intent(in), optional :: exec_row_sort