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

Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. unsafeFromVector :: Context a => (Int, Int) -> Vector a -> Matrix a

    matrices Data.Matrix.Storable

    No documentation available.

  2. fromVector :: Matrix m v a => (Int, Int) -> v a -> m v a

    matrices Data.Matrix.Symmetric.Generic

    No documentation available.

  3. unsafeFromVector :: Matrix m v a => (Int, Int) -> v a -> m v a

    matrices Data.Matrix.Symmetric.Generic

    No documentation available.

  4. fromVector :: Context a => (Int, Int) -> Vector a -> Matrix a

    matrices Data.Matrix.Unboxed

    No documentation available.

  5. unsafeFromVector :: Context a => (Int, Int) -> Vector a -> Matrix a

    matrices Data.Matrix.Unboxed

    No documentation available.

  6. data MVector s a

    rebase Rebase.Data.Vector

    No documentation available.

  7. class MVector (v :: Type -> Type -> Type) a

    rebase Rebase.Data.Vector.Generic.Mutable

    No documentation available.

  8. type IOVector = MVector RealWorld

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

  9. data MVector s a

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

  10. MVector :: Int -> Int -> {-# UNPACK #-} !MutableArray s a -> MVector s a

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

Page 71 of many | Previous | Next

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