|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
#include "local.h"Data Types | |
| interface | int_search44 |
| interface | int_search48 |
| interface | int_search84 |
| interface | int_search88 |
| interface | int_sort44 |
| interface | int_sort48 |
| interface | int_sort84 |
| interface | int_sort88 |
| interface | search_array |
| Search a sorted integer array. More... | |
| interface | sort_array |
| Sort an array in ascending order. More... | |
| interface | sort_matrix |
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. | |
| #define MOD_NAME oft_sort |