SABER
tools_qsort::qsort Interface Reference

Public Member Functions

recursive subroutine qsort_qsort_int (n, list, order)
 Sort a subvector. More...
 
recursive subroutine qsort_qsort_real (n, list, order)
 Sort a subvector. More...
 

Detailed Description

Definition at line 54 of file tools_qsort.F90.

Member Function/Subroutine Documentation

◆ qsort_qsort_int()

recursive subroutine tools_qsort::qsort::qsort_qsort_int ( integer, intent(in)  n,
integer(kind_int), dimension(n), intent(inout)  list,
integer, dimension(n), intent(inout), optional  order 
)

Sort a subvector.

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

Definition at line 86 of file tools_qsort.F90.

◆ qsort_qsort_real()

recursive subroutine tools_qsort::qsort::qsort_qsort_real ( integer, intent(in)  n,
real(kind_real), dimension(n), intent(inout)  list,
integer, dimension(n), intent(inout), optional  order 
)

Sort a subvector.

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

Definition at line 113 of file tools_qsort.F90.


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