SABER
tools_qsort::reorder_eq Interface Reference

Public Member Functions

recursive subroutine qsort_reorder_eq (n, list, order)
 Reorder equal values. More...
 

Detailed Description

Definition at line 77 of file tools_qsort.F90.

Member Function/Subroutine Documentation

◆ qsort_reorder_eq()

recursive subroutine tools_qsort::reorder_eq::qsort_reorder_eq ( integer, intent(in)  n,
real(kind_real), dimension(n), intent(inout)  list,
integer, dimension(n), intent(out)  order 
)

Reorder equal values.

Parameters
[in]nInput vector size
[in,out]listVector to sort
[out]orderPositions of the elements in the original order

Definition at line 610 of file tools_qsort.F90.


The documentation for this interface was generated from the following file: