• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. vector :: [R] -> Vector R

    qchas QC

    Create a real vector.

    >>> vector [1..5]
    [1.0,2.0,3.0,4.0,5.0]
    it :: Vector R
    

  2. vector :: SymopGeom a -> (Ratio a, Ratio a, Ratio a)

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom

    No documentation available.

  3. vector :: SymopGeom a -> (Ratio a, Ratio a, Ratio a)

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom

    No documentation available.

  4. vector :: SymopGeom a -> (Ratio a, Ratio a, Ratio a)

    symmetry-operations-symbols Data.Matrix.SymmetryOperationsSymbols.SymopGeom

    No documentation available.

  5. vector :: SymbolName

    emacs-module Data.Emacs.Module.SymbolName.Predefined

    No documentation available.

  6. newtype VectorSize

    vector Bench.Vector.Tasty

    Size of vector used in benchmarks

  7. VectorSize :: Int -> VectorSize

    vector Bench.Vector.Tasty

    No documentation available.

  8. newtype Vector1 a

    OpenGL Graphics.Rendering.OpenGL.GL.Tensor

    A one-dimensional vector.

  9. Vector1 :: a -> Vector1 a

    OpenGL Graphics.Rendering.OpenGL.GL.Tensor

    No documentation available.

  10. data Vector2 a

    OpenGL Graphics.Rendering.OpenGL.GL.Tensor

    A two-dimensional vector.

Page 16 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete