Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type MVector = MVector MVector

    vector-sized Data.Vector.Storable.Mutable.Sized

    Vector specialized to use Mutable.

  2. type MVector = MVector MVector

    vector-sized Data.Vector.Storable.Sized

    Vector specialized to use Mutable.

  3. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Storable.Sized

    Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.

  4. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    vector-sized Data.Vector.Storable.Sized

    Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.

  5. type MVector = MVector MVector

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    Vector specialized to use Mutable.

  6. type MVector = MVector MVector

    vector-sized Data.Vector.Unboxed.Sized

    Vector specialized to use Mutable.

  7. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-sized Data.Vector.Unboxed.Sized

    Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.

  8. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    vector-sized Data.Vector.Unboxed.Sized

    Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.

  9. makeVectorR :: Load r Ix1 e => r -> Comp -> Sz1 -> (Ix1 -> e) -> Vector r e

    massiv Data.Massiv.Array

    Same as makeArrayR, but restricted to 1-dimensional arrays.

  10. evalBoxedMVector :: PrimMonad m => MVector (PrimState m) a -> m (MArray (PrimState m) B Ix1 a)

    massiv Data.Massiv.Array.Manifest

    O(n) - Convert mutable boxed vector and evaluate all elements to WHNF sequentially. Both keep pointing to the same memory

Page 57 of many | Previous | Next