|
| 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.
|
|
|
| :: (Unbox e, Ord e) | | | => Int | | | -> Vector e | | | -> Vector 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.6.0 |