|
NuMFor cf0f85d (2025-09-27)
Numerical (Modern) Fortran. Library for Simple Numerical computing
|
Data Types | |
| interface | searchsorted |
| searchsorted: Find index where an element should be inserted in an array to maintain order. More... | |
Modules | |
| module | sorting |
| sort provides a framework for searching elements and sorting arrays | |
Functions/Subroutines | |
| subroutine, public | sort (vec, reverse) |
| Routine to sort a vector. | |
Variables | |
| integer, parameter | minsize_bisection = 100 |
| Minimum value of elements for using bisection. | |