We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0312d3d commit b6f442cCopy full SHA for b6f442c
doc/specs/stdlib_selection.md
@@ -23,6 +23,7 @@ which implements selection algorithms.
23
## Overview of the module
24
25
The module `stdlib_selection` defines two generic subroutines:
26
+
27
* `select` is used to find the k-th smallest entry of an array. The input
28
array is also modified in-place, and on return will be partially sorted
29
such that `all(array(1:k) <= array(k)))` and `all(array(k) <= array((k+1):size(array)))` is true.
0 commit comments