Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.SortTriple No documentation available.
-
HSvm Data.SVM Vector type provides a sparse implementation of vector. It uses IntMap as underlying implementation.
module Control.Alternative.
Vector No documentation available.
module Clash.Hedgehog.Sized.
Vector Random generation of vectors.
-
classy-prelude-yesod ClassyPrelude.Yesod No documentation available.
module Sound.File.Sndfile.Buffer.
Vector This module provides a Buffer instance for Vector, wrapped in a newtype. See Sound.File.Sndfile.Buffer.Vector.Examples for some example code.
data
Vector (a :: Type -> Type) (b :: Type -> Type) chybrid-vectors Data.Vector.Hybrid No documentation available.
data
Vector (a :: Type -> Type) (b :: Type -> Type) chybrid-vectors Data.Vector.Hybrid.Internal No documentation available.
module Data.Array.Repa.IO.
Vector Read and write vectors as ASCII text files. The file format is like:
VECTOR -- header 100 -- length of vector 1.23 1.56 1.23 ... -- data, separated by whitespace ....
vector :: Arbitrary a => Int -> Gen [a]QuickCheck Test.QuickCheck Generates a list of a given length.