HQu-0.0.0.3: quantitative finance library
Safe HaskellNone
LanguageHaskell2010

Q.SortedVector

Documentation

fromList :: (Storable a, Ord a) => [a] -> SortedVector a Source #

newtype SortedVector a Source #

Constructors

SortedVector (Vector a)