|
Statistics.Function | Portability | portable | Stability | experimental | Maintainer | bos@serpentine.com |
|
|
|
|
|
Description |
Useful functions.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Compute the minimum and maximum of an array in one pass.
|
|
|
Sort an array.
|
|
|
:: (UA e, Ord e) | | => Int | The number k of least elements.
| -> UArr e | | -> UArr e | | Partially sort an array, such that the least k elements will be
at the front.
|
|
|
|
Return the indices of an array.
|
|
Array setup
|
|
|
Create an array, using the given ST action to populate each
element.
|
|
|
Create an array, using the given IO action to populate each
element.
|
|
Produced by Haddock version 2.4.2 |