(git:c5411e0)
Loading...
Searching...
No Matches
util::sort Interface Reference

Public Member Functions

 cp_1d_s_sort
 
 cp_1d_r_sort
 
 cp_1d_i4_sort
 
 cp_1d_i8_sort
 
subroutine sort_cv (arr, n, index)
 Sorts an array of strings.
 
recursive subroutine sort_im (matrix, istart, iend, j, jsize, index)
 Sorts a multiple arrays M(j,i), ordering iteratively over i with fixed j.
 
recursive subroutine sort_cm (matrix, istart, iend, j, jsize, index)
 Sorts a multiple arrays M(j,i), ordering iteratively over i with fixed j.
 

Detailed Description

Definition at line 31 of file util.F.

Member Function/Subroutine Documentation

◆ cp_1d_s_sort()

util::sort::cp_1d_s_sort

◆ cp_1d_r_sort()

util::sort::cp_1d_r_sort

◆ cp_1d_i4_sort()

util::sort::cp_1d_i4_sort

◆ cp_1d_i8_sort()

util::sort::cp_1d_i8_sort

◆ sort_cv()

subroutine util::sort::sort_cv ( character(len=*), dimension(1:n), intent(inout)  arr,
integer, intent(in)  n,
integer, dimension(1:n), intent(out)  index 
)

Sorts an array of strings.

Parameters
arr...
n...
index...
Author
Teodoro Laino [tlaino] - University of Zurich 10.2008

Definition at line 119 of file util.F.

◆ sort_im()

recursive subroutine util::sort::sort_im ( integer, dimension(:, :), intent(inout)  matrix,
integer, intent(in)  istart,
integer, intent(in)  iend,
integer, intent(in)  j,
integer, intent(in)  jsize,
integer, dimension(:), intent(inout)  index 
)

Sorts a multiple arrays M(j,i), ordering iteratively over i with fixed j.

Parameters
matrix...
istart...
iend...
j...
jsize...
index...
Author
Teodoro Laino [tlaino] - University of Zurich 10.2008

Definition at line 160 of file util.F.

◆ sort_cm()

recursive subroutine util::sort::sort_cm ( character(len=*), dimension(:, :), intent(inout)  matrix,
integer, intent(in)  istart,
integer, intent(in)  iend,
integer, intent(in)  j,
integer, intent(in)  jsize,
integer, dimension(:), intent(inout)  index 
)

Sorts a multiple arrays M(j,i), ordering iteratively over i with fixed j.

Parameters
matrix...
istart...
iend...
j...
jsize...
index...
Author
Teodoro Laino [tlaino] - University of Zurich 10.2008

Definition at line 247 of file util.F.


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