Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. module Data.Massiv.Array.Manifest.Vector

    No documentation available.

  2. type Vector r e = Array r Ix1 e

    massiv Data.Massiv.Core

    Type synonym for a single dimension array, or simply a flat vector.

  3. module Data.Massiv.Vector

    No documentation available.

  4. type Vector r e = Array r Ix1 e

    massiv Data.Massiv.Vector

    Type synonym for a single dimension array, or simply a flat vector.

  5. type Vector = Point

    gloss Graphics.Gloss.Data.Picture

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

  6. module Graphics.Gloss.Data.Vector

    Geometric functions concerning vectors.

  7. type Vector = Point

    gloss Graphics.Gloss.Data.Vector

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

  8. module Algebra.Vector

    Abstraction of vectors

  9. module Data.Parameterized.Vector

    A fixed-size vector of typed elements. NB: This module contains an orphan instance. It will be included in GHC 8.10, see https://gitlab.haskell.org/ghc/ghc/merge_requests/273.

  10. data Vector (n :: Natural) a

    parameterized-utils Data.Parameterized.Vector

    Fixed-size non-empty vectors.

Page 4 of many | Previous | Next