NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
sorting.f90 File Reference

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.
 

Detailed Description

Author
Juan Fiol juanf.nosp@m.iol@.nosp@m.gmail.nosp@m..com
Date
"2019-12-20 16:01:08"