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