|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Sort an array in ascending order.
Public Member Functions | |
| subroutine | int_sort_array44 (list, ind, n) |
| subroutine | int_sort_array48 (list, ind, n) |
| subroutine | int_sort_array84 (list, ind, n) |
| subroutine | int_sort_array88 (list, ind, n) |
| subroutine | real_sort_array4 (list, ind, n) |
| subroutine | real_sort_array8 (list, ind, n) |
| subroutine | sort4 (ia, n) |
| Integer(4) implementation of sort_array. | |
| subroutine | sort8 (ia, n) |
| Integer(8) implementation of sort_array. | |
| subroutine | sorta4 (ia, n, m) |
| Integer(4) 2D implementation of sort_array. | |
| subroutine | sorta8 (ia, n, m) |
| Integer(8) 2D implementation of sort_array. | |
| subroutine int_sort_array44 | ( | integer(c_int), dimension(n), intent(inout) | list, |
| integer(c_int), dimension(n), intent(inout) | ind, | ||
| integer(c_int), intent(in) | n | ||
| ) |
| subroutine int_sort_array48 | ( | integer(c_int), dimension(n), intent(inout) | list, |
| integer(c_long), dimension(n), intent(inout) | ind, | ||
| integer(c_long), intent(in) | n | ||
| ) |
| subroutine int_sort_array84 | ( | integer(c_long), dimension(n), intent(inout) | list, |
| integer(c_int), dimension(n), intent(inout) | ind, | ||
| integer(c_int), intent(in) | n | ||
| ) |
| subroutine int_sort_array88 | ( | integer(c_long), dimension(n), intent(inout) | list, |
| integer(c_long), dimension(n), intent(inout) | ind, | ||
| integer(c_long), intent(in) | n | ||
| ) |
| subroutine real_sort_array4 | ( | real(c_double), dimension(n), intent(inout) | list, |
| integer(c_int), dimension(n), intent(inout) | ind, | ||
| integer(c_int), intent(in) | n | ||
| ) |
| subroutine real_sort_array8 | ( | real(c_double), dimension(n), intent(inout) | list, |
| integer(c_long), dimension(n), intent(inout) | ind, | ||
| integer(c_long), intent(in) | n | ||
| ) |
Integer(4) implementation of sort_array.
| [in,out] | ia | Array to sort |
| [in] | n | Number of values in array |
Integer(8) implementation of sort_array.
| [in,out] | ia | Array to sort |
| [in] | n | Number of values in array |
| subroutine sorta4 | ( | integer(i4), dimension(n,m), intent(inout) | ia, |
| integer(i4), intent(in) | n, | ||
| integer(i4), intent(in) | m | ||
| ) |
Integer(4) 2D implementation of sort_array.
| [in,out] | ia | Array to sort |
| [in] | n | Number of values in first dimension of array |
| [in] | m | Number of values in second dimension of array |
| subroutine sorta8 | ( | integer(i8), dimension(n,m), intent(inout) | ia, |
| integer(i8), intent(in) | n, | ||
| integer(i8), intent(in) | m | ||
| ) |
Integer(8) 2D implementation of sort_array.
| [in,out] | ia | Array to sort |
| [in] | n | Number of values in first dimension of array |
| [in] | m | Number of values in second dimension of array |