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.

  1. data family Vector a

    vector-quicksort Data.Vector.Algorithms.Quicksort.Predefined.SortTriple

    No documentation available.

  2. type Vector = IntMap Double

    HSvm Data.SVM

    Vector type provides a sparse implementation of vector. It uses IntMap as underlying implementation.

  3. module Control.Alternative.Vector

    No documentation available.

  4. module Clash.Hedgehog.Sized.Vector

    Random generation of vectors.

  5. data Vector a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  6. 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.

  7. data Vector (a :: Type -> Type) (b :: Type -> Type) c

    hybrid-vectors Data.Vector.Hybrid

    No documentation available.

  8. data Vector (a :: Type -> Type) (b :: Type -> Type) c

    hybrid-vectors Data.Vector.Hybrid.Internal

    No documentation available.

  9. 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
    ....
    
    

  10. vector :: Arbitrary a => Int -> Gen [a]

    QuickCheck Test.QuickCheck

    Generates a list of a given length.

Page 12 of many | Previous | Next