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 Game.LambdaHack.Common.Vector

    Basic operations on bounded 2D vectors, with an efficient, but not 1-1 and not monotonic Enum instance.

  2. data Vector

    LambdaHack Game.LambdaHack.Common.Vector

    2D vectors in cartesian representation. Coordinates grow to the right and down, so that the (1, 1) vector points to the bottom-right corner of the screen.

  3. Vector :: X -> Y -> Vector

    LambdaHack Game.LambdaHack.Common.Vector

    No documentation available.

  4. type Vector = Vector Double

    dense-linear-algebra Statistics.Matrix

    No documentation available.

  5. type Vector = Vector Double

    dense-linear-algebra Statistics.Matrix.Types

    No documentation available.

  6. module Flat.Instances.Vector

    Flat instances for the vector package.

  7. module Data.GenValidity.Vector

    No documentation available.

  8. module Numeric.LinearAlgebra.Static.Vector

    Conversions between statically sized types in Numeric.LinearAlgebra.Static from hmatrix and vector-sized. This module is intentionally minimal, exporting only functions that cannot be written without "unsafe" operations. With these, however, you can easily write other useful combinators by using type-safe operations like fmap, map, liftA2, convert, etc.

  9. data Vector a

    pdf-toolbox-content Pdf.Content.Transform

    2d vector/point

  10. Vector :: a -> a -> Vector a

    pdf-toolbox-content Pdf.Content.Transform

    No documentation available.

Page 8 of many | Previous | Next