quickselect-0.1.0.0

Copyright(c) Donnacha Oisín Kidney 2018
LicenseMIT
Maintainermail@doisinkidney.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.Select.Mutable.Median

Description

Median-of-medians internals on mutable, boxed vectors.

Synopsis

Documentation

select :: MVector v a => (a -> a -> Bool) -> v s a -> Int -> Int -> Int -> ST s Int Source #

select (<=) xs lb ub n returns the nth item in the indices in the inclusive range [lb,ub].