The Open FUSION Toolkit 1.0.0-beta5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sort_array Interface Reference

Detailed Description

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)
 Sorts an int4 vector.
 
subroutine sort8 (ia, n)
 Sorts an int8 vector.
 
subroutine sorta4 (ia, n, m)
 Sorts an int4 MxN array.
 
subroutine sorta8 (ia, n, m)
 Sorts an int8 MxN array.
 

Member Function/Subroutine Documentation

◆ int_sort_array44()

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 
)

◆ int_sort_array48()

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 
)

◆ int_sort_array84()

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 
)

◆ int_sort_array88()

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 
)

◆ real_sort_array4()

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 
)

◆ real_sort_array8()

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 
)

◆ sort4()

subroutine sort4 ( integer(i4), dimension(n), intent(inout)  ia,
integer(i4), intent(in)  n 
)

Sorts an int4 vector.

Note
This function should not be called directly, use the oft_sort interface

◆ sort8()

subroutine sort8 ( integer(i8), dimension(n), intent(inout)  ia,
integer(i8), intent(in)  n 
)

Sorts an int8 vector.

Note
This function should not be called directly, use the oft_sort interface

◆ sorta4()

subroutine sorta4 ( integer(i4), dimension(n,m), intent(inout)  ia,
integer(i4), intent(in)  n,
integer(i4), intent(in)  m 
)

Sorts an int4 MxN array.

Note
This function should not be called directly, use the oft_sort interface

◆ sorta8()

subroutine sorta8 ( integer(i8), dimension(n,m), intent(inout)  ia,
integer(i8), intent(in)  n,
integer(i8), intent(in)  m 
)

Sorts an int8 MxN array.

Note
This function should not be called directly, use the oft_sort interface

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