We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f442c commit cbc3262Copy full SHA for cbc3262
src/stdlib_selection.fypp
@@ -4,6 +4,8 @@
4
! The index arrays are of all INT_KINDS_TYPES
5
6
module stdlib_selection
7
+!! Quickly find the k-th smallest value of an array, or the index of the k-th smallest value.
8
+!! ([Specification](../page/specs/stdlib_selection.html))
9
!
10
! This code was modified from the "Coretran" implementation "quickSelect" by
11
! Leon Foks, https://github.com/leonfoks/coretran/tree/master/src/sorting
0 commit comments