The Open FUSION Toolkit 1.0.0-beta7
An open-source framework for fusion and plasma science and engineering
Loading...
Searching...
No Matches
oft_sort.F90 File Reference
#include "local.h"

Data Types

interface  search_array
 Search a sorted integer array. More...
interface  sort_array
 Sort an array in ascending order. More...
interface  sort_matrix
 Sort rows of a matrix and associated index vector by the first column in ascending order. More...

Modules

module  oft_sort
 Portable array sorting and search functions.

Macros

#define MOD_NAME   oft_sort

Functions/Subroutines

integer(i4) function search4 (item, list, n)
 Integer(4) implementation of search_array.
integer(i8) function search8 (item, list, n)
 Integer(8) implementation of search_array.
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.

Macro Definition Documentation

◆ MOD_NAME

#define MOD_NAME   oft_sort