Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. type Vector = Array

    comfort-blas Numeric.BLAS.Vector.Slice

    No documentation available.

  2. module Matrix.Vector

    No documentation available.

  3. data Vector a

    github GitHub.Internal.Prelude

    No documentation available.

  4. type Vector = Point

    gloss-rendering Graphics.Gloss.Rendering

    A vector can be treated as a point, and vis-versa.

  5. data Vector a

    learn-physics Physics.Learn.QuantumMat

    No documentation available.

  6. module Control.Monad.Memo.Vector

    VectorCache - mutable-vector-based (IO and ST hosted) MonadCache The fastest memoization cache, however it is even more limiting than Control.Monad.Memo.Array due to nature of Data.Vector.Mutable. Still if you can use this cache please do since it will give you dramatic calculation speed up in comparison to pure Map-based cache, especially when unboxed UVectorCache is used. Limitations: Since MVector is used as MonadCache the key must be Int and the size of the cache's vector must be known beforehand with vector being allocated before the first call. In addition unboxed UVectorCache can only store Unbox values (but it does it very efficiently).

  7. type Vector = MVector

    monad-memo Control.Monad.Memo.Vector

    Boxed vector

  8. data Vector a

    qchas QC

    No documentation available.

  9. module Rattletrap.Type.Vector

    No documentation available.

  10. data Vector

    rattletrap Rattletrap.Type.Vector

    No documentation available.

Page 10 of many | Previous | Next