SABER
tools_qsort::interchange_sort Interface Reference

Public Member Functions

subroutine qsort_interchange_sort_int (n, left_end, right_end, list, order)
 Interchange integers. More...
 
subroutine qsort_interchange_sort_real (n, left_end, right_end, list, order)
 Interchange integers. More...
 

Detailed Description

Definition at line 70 of file tools_qsort.F90.

Member Function/Subroutine Documentation

◆ qsort_interchange_sort_int()

subroutine tools_qsort::interchange_sort::qsort_interchange_sort_int ( integer, intent(in)  n,
integer, intent(in)  left_end,
integer, intent(in)  right_end,
integer(kind_int), dimension(n), intent(inout)  list,
integer, dimension(n), intent(inout)  order 
)

Interchange integers.

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

Definition at line 523 of file tools_qsort.F90.

◆ qsort_interchange_sort_real()

subroutine tools_qsort::interchange_sort::qsort_interchange_sort_real ( integer, intent(in)  n,
integer, intent(in)  left_end,
integer, intent(in)  right_end,
real(kind_real), dimension(n), intent(inout)  list,
integer, dimension(n), intent(inout)  order 
)

Interchange integers.

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

Definition at line 566 of file tools_qsort.F90.


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