Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _UpsertVectors :: UpsertVectors

    pinecone Pinecone.Vectors

    Default UpsertVectors

  2. randomVector :: Seed -> RandDist -> Int -> Vector Double

    qchas QC

    Obtains a vector of pseudorandom elements (use randomIO to get a random seed).

  3. roundVector :: Vector Double -> Vector Double

    qchas QC

    No documentation available.

  4. sortVector :: (Ord t, Element t) => Vector t -> Vector t

    qchas QC

    No documentation available.

  5. subVector :: Storable t => Int -> Int -> Vector t -> Vector t

    qchas QC

    takes a number of consecutive elements from a Vector

    >>> subVector 2 3 (fromList [1..10])
    [3.0,4.0,5.0]
    it :: (Enum t, Num t, Foreign.Storable.Storable t) => Vector t
    

  6. module Rattletrap.Type.CompressedWordVector

    No documentation available.

  7. data CompressedWordVector

    rattletrap Rattletrap.Type.CompressedWordVector

    No documentation available.

  8. CompressedWordVector :: CompressedWord -> CompressedWord -> CompressedWord -> CompressedWordVector

    rattletrap Rattletrap.Type.CompressedWordVector

    No documentation available.

  9. module Rattletrap.Type.Int8Vector

    No documentation available.

  10. data Int8Vector

    rattletrap Rattletrap.Type.Int8Vector

    No documentation available.

Page 116 of many | Previous | Next